16 lines
364 B
JSON
16 lines
364 B
JSON
{
|
|
"ConnectionString": "Data Source=asdf;",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft": "Warning",
|
|
"Log4netProvider": "Debug",
|
|
"Microsoft.Hosting.Lifetime": "Debug"
|
|
}
|
|
},
|
|
"IsDevelopment": true,
|
|
"IsStaging": false,
|
|
"MonAResource": "Asdf_Asdf_IFX",
|
|
"URLs": "https://localhost:7130;http://localhost:5126"
|
|
}
|