28 lines
518 B
JSON
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": "*"
|
|
} |