-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
55 lines (44 loc) · 1013 Bytes
/
.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
54
55
#########################
# Job Server
#########################
# App config
JOB_APP_PORT=5000
JOB_APP_ENVIROMENT=development
#########################
# Authentication Server
#########################
# App config
AUTH_APP_PORT=5050
AUTH_APP_ENVIROMENT=development
# JWT config
AUTH_JWT_ENCRYPTION=waihfaihwfahiwfhaifhaifhaifq8ryq9ryq9rhalakhlaifhafhqqq23892572958729729svskvhsgf
AUTH_JWT_EXPIRATION=7200
#########################
# Client
#########################
CLIENT_APP_PORT=3000
########################
# TypeORM / DB
########################
# DB-specific
DB_USERNAME=admin
DB_PASSWORD=admin
DB_NAME=internado
DB_DIALECT=postgres
DB_HOST=postgres
DB_PORT=5432
DB_RESTART=always
# TypeORM-specific
TYPEORM_SYNCHRONIZE=true
TYPEORM_LOGGING=true
TYPEORM_ENTITIES=dist/models/**/*.js
########################
# Wait Script
########################
WAIT_SLEEP_INTERVAL=60
WAIT_HOSTS_TIMEOUT=600
########################
# Adminer
########################
ADMINER_PORT=8080
ADMINER_RESTART=always