forked from ReliefApplications/ems-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.dist
54 lines (45 loc) · 995 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
44
45
46
47
48
49
50
51
52
53
54
# It seems that .env file is automatically fetched in priority from the root of the folder from which the terminal is ran.
# Make sure to open the terminal / VScode instance from the folder of the project and to not have another .env file above in the folder hierarchy, or it could be used instead.
# NODE ENV
NODE_ENV=
NODE_CONFIG_ENV=
# SERVER CONFIGURATION
SERVER_URL=
SERVER_ALLOWED_ORIGINS=[]
# DATABASE CONFIGURATION
DB_PROVIDER=
DB_PREFIX=
DB_USER=
DB_PASS=
DB_HOST=
DB_PORT=
DB_NAME=
# EMAIL CONFIGURATION
MAIL_HOST=
MAIL_PORT=
MAIL_FROM=
MAIL_REPLY_TO=
MAIL_FROM_PREFIX=
MAIL_USER=
MAIL_PASS=
# AUTH CONFIGURATION
AUTH_PROVIDER=
AUTH_URL=
AUTH_REALM=
AUTH_CLIENT_ID=
AUTH_TENANT_ID=
AUTH_ALLOWED_ISSUERS=[]
# ENCRYPTION
ENCRYPTION_KEY=
# BLOB STORAGE
BLOB_STORAGE_CONNECTION_STRING=
# RABBIT_MQ CONFIGURATION
RABBITMQ_ERLANG_COOKIE=
RABBITMQ_DEFAULT_USER=
RABBITMQ_DEFAULT_PASS=
RABBITMQ_APPLICATION=
RABBITMQ_HOST=
RABBITMQ_PORT=
# MODULES
FRONT_OFFICE_URI=
BACK_OFFICE_URI=