1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-15 20:26:16 +00:00

правки по инструкции после обращения в тех. поддержку: heroku, кавычки в .env

This commit is contained in:
mihalin
2022-01-12 00:40:39 +03:00
parent 47d9f510a9
commit 9ce03e048e
2 changed files with 10 additions and 4 deletions

View File

@@ -1,21 +1,21 @@
# example: 123456789:AAAA-abc123_AbcdEFghijKLMnopqrstu12
# example: 123456789:AAAA-abc123_AbcdEFghijKLMnopqrstu12 (without quotes!)
BOT_TOKEN=YOUR_BOT_TOKEN_HERE
POSTGRES_USER=olgram
# example: x2y0n27ihiez93kmzj82
# example: x2y0n27ihiez93kmzj82 (without quotes!)
POSTGRES_PASSWORD=SOME_RANDOM_PASSWORD_HERE
POSTGRES_DB=olgram
POSTGRES_HOST=postgres
# example: i7flci0mx4z5patxnl6m
# example: i7flci0mx4z5patxnl6m (without quotes!)
TOKEN_ENCRYPTION_KEY=SOME_RANDOM_PASSWORD_HERE
# use your user id or group chat id to restrict access to the bot
# ADMIN_ID=223453418
# example: 11.143.142.140 or my_domain.com
# example: 11.143.142.140 or my_domain.com (without quotes!)
WEBHOOK_HOST=YOUR_HOST_HERE
# allowed: 80, 443, 8080, 8443