push
This commit is contained in:
11
.env
11
.env
@@ -7,7 +7,7 @@ NODE_ENV=production
|
||||
APP_PORT=3000
|
||||
|
||||
# Image used for server pull deployment
|
||||
DOCKER_IMAGE=toiiiiday/accmanager:1.0.3
|
||||
DOCKER_IMAGE=toiiiiday/accmanager:1.1.4
|
||||
|
||||
# Container app port
|
||||
PORT=3000
|
||||
@@ -23,3 +23,12 @@ DB_CONNECT_TIMEOUT=30000
|
||||
|
||||
# Security
|
||||
BCRYPT_ROUNDS=12
|
||||
|
||||
# Email Verification (SMTP)
|
||||
APP_BASE_URL=https://accrobot.pnkr.asia/
|
||||
SMTP_HOST=smtp.gmail.com
|
||||
SMTP_PORT=587
|
||||
SMTP_SECURE=false
|
||||
SMTP_USER=robotics.gitlab.2fa@gmail.com
|
||||
SMTP_PASS=jaljalhreomqruqo
|
||||
SMTP_FROM=robotics.gitlab.2fa@gmail.com
|
||||
|
||||
Reference in New Issue
Block a user