Files
mixtape/zero.Debug/appsettings.Development.json
T
2020-11-01 23:23:36 +01:00

21 lines
359 B
JSON

{
"Zero": {
"Raven": {
"Url": "http://127.0.0.1:9800",
"Database": "laolazero"
},
"DevServer": {
"Port": 2333,
"ForwardLog": true
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Zero": "Debug"
}
}
}