mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-04 16:49:36 +00:00
22 lines
449 B
JSON
22 lines
449 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"MongoDatabaseName": "ShoppingAssistant"
|
|
},
|
|
"JsonWebTokenKeys": {
|
|
"ValidateIssuer": true,
|
|
"ValidateAudience": true,
|
|
"ValidateLifetime": true,
|
|
"ValidateIssuerSigningKey": true
|
|
},
|
|
"OpenAi": {
|
|
"ApiUrl": "https://api.openai.com/v1/chat/completions"
|
|
}
|
|
}
|