Files
expose-myit/Server/appsettings.Development.json
2022-12-10 12:06:16 -07:00

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"
}