# Server Config
PORT=2863
NODE_ENV=development

# Database Config
DB_HOST=baharestan-rang.ir
DB_USER=bahares3_sa
DB_PASSWORD=@NJ8*)Q,,s#zUkS
DB_NAME=bahares3_baharestan_rangDB
DB_PORT=3306

# JWT Secret
JWT_SECRET=baharestan-rang-secret-key-2024

# CORS
CORS_ORIGIN=*
