-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env
29 lines (20 loc) · 734 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
################# Application #################
VERSION = v1
################# Application #################
################# Security #################
JWT_ACCESS_TOKEN_SECRET = AHBiadbiaeud92uedb9ub9wue92
JWT_REFRESH_TOKEN_SECRET = eu92uidbsAHBiadbiauedb9ub9wue92eu
JWT_ALGORITHM = HS512
## (default: hour)
JWT_ACCESS_TOKEN_EXPIRE = 1
## (default: day)
JWT_REFRESH_TOKEN_EXPIRE = 7
################# Security #################
################# Database #################
POSTGRES_HOST = localhost
POSTGRES_PORT = 5432
POSTGRES_USER = postgres
POSTGRES_PASS = admin
POSTGRES_DB = coba_capstone
# POSTGRES_URL=postgresql+psycopg2://postgres:admin@localhost:5432/coba_capstone
################# Database #################