14 lines
No EOL
228 B
Text
14 lines
No EOL
228 B
Text
# Database Configuration
|
|
DB_HOST=10.11.50.167
|
|
DB_PORT=5000
|
|
DB_NAME=DIDI
|
|
DB_USER=bos_interface
|
|
DB_PASSWORD=interface
|
|
DB_SCHEMA=bos_parammgmt
|
|
|
|
# Server Configuration
|
|
PORT=3005
|
|
HOST=0.0.0.0
|
|
|
|
# CORS
|
|
CORS_ORIGIN=http://localhost:3000 |