Files
mixtape/zero.Demo/appsettings.json
T
2021-12-16 22:26:59 +01:00

28 lines
518 B
JSON

{
"Zero": {
"Applications": [
{
"Key": "hofbauer",
"Name": "Hofbauer",
"Database": "laola.hofbauer"
},
{
"Key": "brothers",
"Name": "brothers",
"Database": "laola.brothers"
}
],
"Raven": {
"Url": "http://localhost:9800",
"Database": "laola"
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"zero": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}