This commit is contained in:
Brett Hewitson 2021-11-20 22:16:59 +10:00
parent f6ae6364a9
commit 2e8596e0b7
16 changed files with 588 additions and 1 deletions

View file

@ -0,0 +1,36 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"EnableSwagger": true,
"SwaggerRoutePrefix": "",
"ManagerCodes": [
{
"Name": "Unknown",
"Code": "00000000-0000-0000-0000-000000000000"
},
{
"Name": "Ark",
"Code": "ED89B8FA-0E0B-46CC-A90B-595E69AE9A7E"
},
{
"Name": "Conan",
"Code": "F2653C3D-BC83-440A-AD99-FD9D9466DE04"
},
{
"Name": "Dark and Light",
"Code": "D80E19F9-33D2-4466-9177-A11506998E48"
},
{
"Name": "Pantropy",
"Code": "BE852556-BFC7-4AF2-82F3-F8A1CAF5C241"
}
]
}