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

16 lines
260 B
JSON
Raw Normal View History

{
"Zero": {
"Raven": {
"Url": "http://127.0.0.1:9800",
"Database": "zero"
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}