7 lines
149 B
Bash
7 lines
149 B
Bash
BOT_TOKEN="<Your bot token>"
|
|
DB_USER="postgres"
|
|
DB_PASSWORD="<Your db password>"
|
|
DB_SERVER="localhost"
|
|
DB_PORT=0000
|
|
DB_NAME="postgres"
|
|
LOG_WEBHOOK="" |