Move APIKeys to file and allow read vs read/write

This commit is contained in:
2023-11-23 11:41:58 -05:00
parent 15f8385005
commit a7045ea9a4
12 changed files with 100 additions and 17 deletions

View File

@@ -2,11 +2,7 @@
"ConnectionStrings": {
"TodoDatabase": "Data Source=data/todo.db"
},
"Authentication": {
"APIKeys": [
"0a7eefbb-17f5-4299-882b-94719461a896"
]
},
"APIKeyFile": "data/apikeys.json",
"Logging": {
"LogLevel": {
"Default": "Information",