Use typesafe options
All checks were successful
Build Backend and Frontend / Build & Test .NET Backend (push) Successful in 33s
Build Backend and Frontend / Build Frontend (push) Successful in 12s

This commit is contained in:
Simon Lübeß
2025-05-27 12:20:23 +02:00
parent f4737f4dcf
commit dffd31cd0f
5 changed files with 73 additions and 55 deletions

View File

@ -6,9 +6,9 @@
}
},
"API": {
"OpenAI": "Please set the key in secrets.json! NEVER HERE!!!"
"OpenAiToken": "Please set the key in secrets.json! NEVER HERE!!!"
},
"Authentication": {
"Secret": "Please provide a GUID (without dashes) as secret."
"JwtGenerationSecret": "Please provide a GUID (without dashes) as secret."
}
}