Files
mixtape/zero.Demo/appsettings.json
T

19 lines
302 B
JSON
Raw Normal View History

2021-12-10 23:11:26 +01:00
{
"Zero": {
"Applications": {
"EnableMultiple": true
},
"Raven": {
"Url": "http://localhost:9800",
"Database": "laola"
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}