Files
US-Entry-Coach/USEntryCoach.Server/appsettings.json
Simon Lübeß aeb0b87351 ES LEBT!
2025-05-20 16:58:17 +02:00

13 lines
187 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"API": {
"OpenAI": "[NO_API_KEY]"
}
}