-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcommon.env
More file actions
34 lines (27 loc) · 903 Bytes
/
common.env
File metadata and controls
34 lines (27 loc) · 903 Bytes
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
# General
# ------------------------------------------------------------------------------
DEFAULT_FROM_EMAIL=noreply@example.com
SECRET_KEY=ym5vr3j5tgq^p1@&uy+&gc9py&6pr)wp6&in=b&_xezom$hj1g
EMAIL_URL=smtp://mailhog:1025
USE_DOCKER=yes
IPYTHONDIR=/app/.ipython
# Redis
# ------------------------------------------------------------------------------
REDIS_URL=redis://redis:6379/0
# Rest UI and ReDocs
# ------------------------------------------------------------------------------
SWAGGER_JSON=/app/schema.yml
# Celery
# ------------------------------------------------------------------------------
# Flower
CELERY_FLOWER_USER=docker
CELERY_FLOWER_PASSWORD=docker
# Database
DATABASE_NAME=itez
DATABASE_USERNAME=docker
DATABASE_PASSWORD=docker
DATABASE_HOST=db
DATABASE_PORT=5432
# Forntend Environement Variables
NODE_OPTIONS=--openssl-legacy-provider
ITEZ_API_URI=http://localhost:8000/api