19 lines
445 B
JSON
19 lines
445 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Postgres": "Host=localhost;Port=5432;Database=gymlogai;Username=postgres;Password=postgres"
|
|
},
|
|
"OpenRouter": {
|
|
"BaseUrl": "https://openrouter.ai/api/v1/",
|
|
"ApiKey": "",
|
|
"ChatModel": "openai/gpt-4.1-mini",
|
|
"EmbeddingModel": "text-embedding-3-small"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|