-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.dist
43 lines (35 loc) · 913 Bytes
/
.env.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
MODERATORS="123, 456"
# Comma-separated telegram id of moderators
DATABASE=postgres
# database name, any name is fine
POSTGRES_DB=
# postgres user name, any user name is fine
POSTGRES_USER=
# postgres user password, any user password is fine
POSTGRES_PASSWORD=
# ip postgres, "db" by default
POSTGRES_HOST=
# port postgres, 5432 by default
POSTGRES_PORT=
# name of redis host, if using docker it is name of redis container
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PASS=
API_URL="https://exp.destream.net/api/v1/telegram-bot/"
X_APP_KEY=
# server ip needed for CI/CD only
SERVER_HOST=
# RabbitMQ user name, any user name is fine
RABBIT_USER=
# RabbitMQ user password, any user password is fine
RABBIT_PASSWORD=
# RabbitMQ host
RABBIT_HOST=
# RabbitMQ port, 5672 by default
RABBIT_PORT=
# RabbitMQ virtual host
RABBIT_VIRTUAL_HOST=
# RabbitMQ queue
RABBIT_QUEUE=
# Telegram token, get by @BotFather
TG_TOKEN=