# Server Port
PORT=5003

# Database Configuration
DB_HOST=0.0.0.0
DB_PORT=3306
DB_USER=youruser
DB_PASSWORD=yourpw
DB_NAME=yourdbname
DB_CHARSET=utf8mb4
DB_TIMEZONE=+00:00
DB_ACQUIRE_TIMEOUT=60000
DB_TIMEOUT=60000
DB_RECONNECT=true
