14 lines
340 B
JSON
14 lines
340 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"ApplicationDb": "Host=localhost;Database=svsim;Username=postgres;password=postgres"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|