Files
mixtape/zero.Web/zeroSettings.Development.json
T

15 lines
235 B
JSON
Raw Normal View History

2020-03-22 14:18:34 +01:00
{
"Raven": {
"Url": "http://127.0.0.1:9800",
2020-03-24 23:09:29 +01:00
"Database": "zero"
2020-03-22 14:18:34 +01:00
},
"Logging": {
"LogLevel": {
"Default": "Warning",
"System": "Warning",
"Microsoft": "Warning",
"Fifty": "Debug"
}
}
}