Files
mixtape/zero.Debug/appsettings.Development.json
T

21 lines
359 B
JSON
Raw Normal View History

{
"Zero": {
"Raven": {
"Url": "http://127.0.0.1:9800",
2020-10-19 14:48:21 +02:00
"Database": "laolazero"
2020-11-01 23:23:36 +01:00
},
"DevServer": {
"Port": 2333,
"ForwardLog": true
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
2020-11-01 23:23:36 +01:00
"Microsoft.Hosting.Lifetime": "Information",
"Zero": "Debug"
}
}
}