-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
.env
23 lines (19 loc) · 770 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TELEGRAM_BOT_TOKEN= # insert @BotFather token here
DATABASE_POOL_SIZE=5 # must be 6 or less for free tier, 10+ for best performance
RUST_BACKTRACE=1
RUST_LOG=info
### Use this connection url if you want to use docker compose
#DATABASE_URL="postgresql://postgres:postgres@db/el_monitorro"
### Use this other is you use a docker container in your local machine or PostgreSQL Db installed in your local machine
DATABASE_URL=postgres://postgres:[email protected]:5432/el_monitorro
BOT_BINARY=commands
SYNC_INTERVAL_SECONDS=120
SYNC_WORKERS_NUMBER=1
DELIVER_INTERVAL_SECONDS=60
DELIVER_WORKERS_NUMBER=1
CLEAN_INTERVAL_SECONDS=43200
################ DOCKER VARIABLES FOR MIGRATIONS ################
SETUP_DB=true
RUN_MIGRATION=true
BOT_BINARY=commands
ALL_BINARIES=true