18 lines
267 B
Bash
18 lines
267 B
Bash
# Server Configuration
|
|
PORT=3000
|
|
NODE_ENV=development
|
|
|
|
# Database Configuration
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_NAME=dubai_dld
|
|
DB_USER=root
|
|
DB_PASSWORD=Admin@123
|
|
|
|
# NLP Configuration
|
|
NLP_LIBRARY=natural
|
|
|
|
# API Configuration
|
|
API_KEY=your_api_key_here
|
|
RATE_LIMIT=100
|