Files
mixtape/zero.Demo/appsettings.json
T
2021-12-10 23:11:26 +01:00

19 lines
302 B
JSON

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