10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"Postgres": "Host=localhost;Port=5432;Database=gymlogai;Username=postgres;Password=postgres"
|
|
},
|
|
"TelegramBot": {
|
|
"BotToken": "",
|
|
"PollingTimeoutSeconds": 5
|
|
}
|
|
}
|