Files
US-Entry-Coach/USEntryCoach.Server/appsettings.json
2025-05-27 14:17:47 +02:00

20 lines
401 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"API": {
"OpenAiToken": "[NO_API_KEY]"
},
"Authentication": {
"JwtGenerationSecret": "Please provide a GUID (without dashes) as secret.",
"JwtExpiryTime": "00:15:00"
},
"ConnectionStrings": {
"Default": "[NO_CONNECTION_STRING]"
}
}