didi-lot2-backend/backend/services/orchestration-layer/didiFramework/.env.example
2026-07-10 03:39:53 -07:00

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