Files
mixtape/zero.Demo/appsettings.json
T

28 lines
518 B
JSON
Raw Normal View History

2021-12-10 23:11:26 +01:00
{
"Zero": {
2021-12-13 12:21:15 +01:00
"Applications": [
{
"Key": "hofbauer",
"Name": "Hofbauer",
"Database": "laola.hofbauer"
},
{
"Key": "brothers",
"Name": "brothers",
"Database": "laola.brothers"
}
],
2021-12-10 23:11:26 +01:00
"Raven": {
"Url": "http://localhost:9800",
"Database": "laola"
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
2021-12-16 22:26:59 +01:00
"zero": "Information",
2021-12-10 23:11:26 +01:00
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
2021-12-13 12:21:15 +01:00
}