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

10 lines
205 B
JSON

{
"ConnectionStrings": {
"Postgres": "Host=localhost;Port=5432;Database=gymlogai;Username=postgres;Password=postgres"
},
"TelegramBot": {
"BotToken": "",
"PollingTimeoutSeconds": 5
}
}