24 lines
348 B
JSON
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"
|
|
}
|
|
}
|
|
|