-template
This commit is contained in:
@@ -1,19 +1,28 @@
|
||||
#project
|
||||
PJ_NAME=exthernal-mobile-api
|
||||
PJ_NAME=exthernal-template-api
|
||||
|
||||
# database
|
||||
PG_HOST=localhost
|
||||
PG_USER=postgres
|
||||
PG_PASS=1234
|
||||
PG_DB=postgres
|
||||
PG_PASS=123456
|
||||
PG_DB=ttc
|
||||
PG_PORT=5432
|
||||
|
||||
# EMAIL
|
||||
SMTP_USER=lalisakuty@gmail.com
|
||||
SMTP_PASS=lurl pckw qugk tzob
|
||||
|
||||
# REDIS
|
||||
REDIS_HOST=127.0.0.1
|
||||
REDIS_PORT=6379
|
||||
OTP_TTL_SECONDS=300
|
||||
|
||||
# JWT-TOKENS
|
||||
JWT_SECRET=MY_SUPER_SECRET
|
||||
JWT_SECRET=5b8273b2f79602e6b3987d3a9b018c66fd15e14848ff73ab1d332942c11eac80
|
||||
|
||||
# DEV_HINT
|
||||
DEVHINT=true
|
||||
DEVHINT_LEVEL=3
|
||||
|
||||
#PORT
|
||||
PORT=4000
|
||||
PORT=1000
|
||||
|
||||
Reference in New Issue
Block a user