17 lines
437 B
JSON
17 lines
437 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": "Debug"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=MESSV01EC.EC.LOCAL\\PROD1,53959;Database=LSL2SQL;User Id=srpadmin;Password=0okm9ijn;TrustServerCertificate=true"
|
|
},
|
|
"BaseAPIAddress": "https://localhost:7196/api/",
|
|
"LoggingDirectory": "C:\\tmp\\logging"
|
|
}
|