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

16 lines
359 B
JSON

{
"ConnectionString": "Data Source=asdf;",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Log4netProvider": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"IsDevelopment": true,
"IsStaging": false,
"MonAResource": "Asdf_Asdf_EC",
"URLs": "https://localhost:5003"
}