Files
GymLogAI/GymLogAI.API/appsettings.Development.json
2026-04-19 13:12:04 +03:00

18 lines
422 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"
}
}