18 lines
313 B
Plaintext
18 lines
313 B
Plaintext
# Database Configuration
|
|
DB_HOST=172.16.8.151
|
|
DB_PORT=3306
|
|
DB_USER=itam_admin
|
|
DB_PASS=itam1234
|
|
DB_NAME=itam
|
|
|
|
# Application Configuration
|
|
NODE_ENV=development
|
|
PORT=3000
|
|
|
|
# Logging (optional)
|
|
LOG_LEVEL=info
|
|
|
|
# Security (for production)
|
|
# API_KEY=your_api_key_here
|
|
# JWT_SECRET=your_jwt_secret_here
|