19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Gemini": {
|
|
"GeminiApiUrl": "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:streamGenerateContent?alt=sse&key=",
|
|
"GeminiApiKey": ""
|
|
},
|
|
"ConnectionStrings": {},
|
|
"Jwt": {
|
|
"Key": "",
|
|
"Issuer": "",
|
|
"Audience": ""
|
|
}
|
|
} |