Files
US-Entry-Coach/USEntryCoach.Server/appsettings.Development.json
2025-05-22 18:26:09 +02:00

15 lines
294 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"API": {
"OpenAI": "Please set the key in secrets.json! NEVER HERE!!!"
},
"Authentication": {
"Secret": "Please provide a GUID (without dashes) as secret."
}
}