TgBots/appsettings.json
Dmitrii Prokudin 99df15fb31
All checks were successful
Local Deploy with Docker / build-and-deploy (push) Successful in 4s
Добавил фичи
2024-12-26 03:32:41 +03:00

8 lines
240 B
JSON

{
"BotSettings": {
"BotToken": "7571336725:AAGkzgAricQPWWsAinDCDKZivomXXy36Qpo"
},
"DatabaseSettings": {
"ConnectionString": "Host=host.docker.internal;Port=5432;Database=telegram_bot;Username=postgres;Password=postgres"
}
}