easyeat/backend/API/appsettings.example.json
2025-05-16 11:59:19 +02:00

24 lines
348 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Database": ""
},
"JwtSettings": {
"Issuer": "EasyeatAPI",
"Audience": "Customers",
"Key": ""
},
"OpenAI": {
"APIKey": "",
"Model": "gpt-4.1"
}
}