mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
12 lines
307 B
JSON
12 lines
307 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=COMPUTER.domain.com;Initial Catalog=DEV;User Id=API_USER;Password=Password123!;"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
}
|
|
} |