done ver1.0.0
This commit is contained in:
18
.env
18
.env
@@ -1,6 +1,15 @@
|
||||
# AccManager Backend Configuration
|
||||
|
||||
# Server Port
|
||||
# Application
|
||||
NODE_ENV=production
|
||||
|
||||
# Host port exposed by docker compose
|
||||
APP_PORT=3000
|
||||
|
||||
# Image used for server pull deployment
|
||||
DOCKER_IMAGE=toiiiiday/accmanager:1.0.2
|
||||
|
||||
# Container app port
|
||||
PORT=3000
|
||||
|
||||
# SQL Server Configuration
|
||||
@@ -8,8 +17,9 @@ DB_SERVER=172.20.235.176
|
||||
DB_USER=sa
|
||||
DB_PASSWORD=robotics@2022
|
||||
DB_NAME=AccManager
|
||||
DB_ENCRYPT=true
|
||||
DB_ENCRYPT=false
|
||||
DB_TRUST_CERTIFICATE=true
|
||||
DB_CONNECT_TIMEOUT=30000
|
||||
|
||||
# Application
|
||||
NODE_ENV=development
|
||||
# Security
|
||||
BCRYPT_ROUNDS=12
|
||||
|
||||
Reference in New Issue
Block a user