-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
42 lines (37 loc) · 1.08 KB
/
.env.example
File metadata and controls
42 lines (37 loc) · 1.08 KB
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
##################################
# Port forwarding
##################################
SSL_PORT=443
DB_PORT=3306
##################################
# Database settings
##################################
DB_HOST=db
DB_NAME=telegram-bot
DB_LOGIN=telegram-bot-login
DB_PASSWORD=telegram-bot-password
##################################
# xDebug settings
##################################
# PHP_IDE_CONFIG=serverName=docker # Uncomment this when
# Uncomment HOST_IP and set host ip in the docker network when using linux, look at docker-compose.override.yml
# Although it usually is 172.17.0.1, your real value can be easily found with command `ip address | grep docker`,
# you'll see it like "inet 172.17.0.1/16 ..."
# HOST_IP=172.17.0.1
##################################
# RoadRunner settings
##################################
RR_WORKERS=3
##################################
# Application settings
##################################
BOT_TOKEN=12345:abcdef
DOMAIN=test.com
AMQP_USER=guest
AMQP_PASSWORD=guest
AMQP_PORT=15672
YII_ENV=dev
GITHUB_TOKEN=
SENTRY_DSN=
GRAFANA_USER=admin
GRAFANA_PASSWORD=admin