Added config files

This commit is contained in:
Brett Hewitson 2021-11-20 23:06:43 +10:00
parent 564ab7b319
commit e9b6283e5e
8 changed files with 83 additions and 32 deletions

View file

@ -5,5 +5,15 @@
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
},
"EnableSwagger": true,
"SwaggerRoutePrefix": "",
"ManagerCodes": [
{
"Name": "Unknown",
"Code": "00000000-0000-0000-0000-000000000000"
}
]
}