Files
mixtape/zero.Demo/appsettings.json
T
2021-12-11 15:24:47 +01:00

20 lines
325 B
JSON

{
"Zero": {
"Applications": {
"EnableMultiple": true
},
"Raven": {
"Url": "http://localhost:9800",
"Database": "laola"
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"zero": "Debug",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}