22 lines
507 B
JSON
22 lines
507 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Postgres": "Host=localhost;Port=5432;Database=gymlogai;Username=postgres;Password=postgres"
|
|
},
|
|
"TelegramBot": {
|
|
"BotToken": "",
|
|
"PollingTimeoutSeconds": 5
|
|
},
|
|
"OpenRouter": {
|
|
"BaseUrl": "https://openrouter.ai/api/v1/",
|
|
"ApiKey": "",
|
|
"ChatModel": "openai/gpt-4.1-mini",
|
|
"EmbeddingModel": "text-embedding-3-small"
|
|
}
|
|
}
|