16 lines
247 B
Bash
16 lines
247 B
Bash
# AccManager Backend Configuration
|
|
|
|
# Server Port
|
|
PORT=3000
|
|
|
|
# SQL Server Configuration
|
|
DB_SERVER=172.20.235.176
|
|
DB_USER=sa
|
|
DB_PASSWORD=robotics@2022
|
|
DB_NAME=AccManager
|
|
DB_ENCRYPT=true
|
|
DB_TRUST_CERTIFICATE=true
|
|
|
|
# Application
|
|
NODE_ENV=development
|