-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.env.dist
38 lines (32 loc) · 996 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
# will not allow container to exit even if application exits
VERSION=5.0.2-b1.0.1
DEBUG=false
# http settings domain, scheme
TAIGA_HOSTNAME=taiga.localhost
TAIGA_SCHEME=http
# options: slack
TAIGA_PLUGINS=
# general
TAIGA_SECRET_KEY=PLEASE-CHANGE-ME
TAIGA_DEFAULT_LOCALE=en
TAIGA_ENABLE_WEBHOOKS=false
# Database settings
# To use an external database, simply update these and remove the postgres
# service from this docker-compose.yml file
TAIGA_DB_NAME=taigadb
TAIGA_DB_HOST=postgres
TAIGA_DB_USER=postgres
TAIGA_DB_PASSWORD=password
# To use an external SMTP for emails, fill in these values:
# TAIGA_ENABLE_EMAIL: True
# TAIGA_EMAIL_FROM: no-reply@taiga.mycompany.net
# TAIGA_EMAIL_USE_TLS: True
# TAIGA_EMAIL_HOST: smtp.google.com
# TAIGA_EMAIL_PORT: 587
# TAIGA_EMAIL_USER: me@gmail.com
# TAIGA_EMAIL_PASS: super-secure-pass phrase thing!
# events
TAIGA_ENABLE_EVENTS=false
TAIGA_EVENTS_HOST=events
TAIGA_BROKER_URL=amqp://guest:guest@rabbit:5672
TAIGA_REDIS_URL=redis://redis:6379/0