-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env
53 lines (41 loc) · 1.5 KB
/
.env
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
44
45
46
47
48
49
50
51
52
53
ROOT_DATA_FOLDER=./remote_data
# generated by cookiecutter
DOMAIN=localhost
# DOMAIN=local.dockertoolbox.tiangolo.com
# DOMAIN=localhost.tiangolo.com
# DOMAIN=dev.biosegment.ugent.be
STACK_NAME=biosegment-ugent-be
TRAEFIK_PUBLIC_NETWORK=traefik-public
TRAEFIK_TAG=biosegment.ugent.be
TRAEFIK_PUBLIC_TAG=traefik-public
DOCKER_IMAGE_BACKEND=biosegmentbackend
DOCKER_IMAGE_CELERYWORKER=biosegmentceleryworker
DOCKER_IMAGE_FRONTEND=biosegmentfrontend
DOCKER_IMAGE_DASH_FRONTEND=biosegmentdashfrontend
# Backend
BACKEND_CORS_ORIGINS=["http://localhost", "http://localhost:4200", "http://localhost:3000", "http://localhost:8080", "https://localhost", "https://localhost:4200", "https://localhost:3000", "https://localhost:8080", "http://dev.biosegment.ugent.be", "https://stag.biosegment.ugent.be", "https://biosegment.ugent.be", "http://local.dockertoolbox.tiangolo.com", "http://localhost.tiangolo.com"]
PROJECT_NAME=BioSegment
SECRET_KEY=0b415a389d599de566ee2052e6aabdbb23317cd810dc6dfbdec53af9221819f7
FIRST_SUPERUSER_PASSWORD=m1cr0scopy
SMTP_TLS=True
SMTP_PORT=587
SMTP_HOST=
SMTP_USER=
SMTP_PASSWORD=
USERS_OPEN_REGISTRATION=False
SENTRY_DSN=
# Redis
REDIS_PASSWORD=m1cr0scopy
# Flower
FLOWER_BASIC_AUTH=admin:m1cr0scopy
# Postgres
POSTGRES_SERVER=db
POSTGRES_USER=postgres
POSTGRES_PASSWORD=m1cr0scopy
POSTGRES_DB=app
# PgAdmin
PGADMIN_LISTEN_PORT=5050
PGADMIN_DEFAULT_PASSWORD=m1cr0scopy