You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
359 B
Bash
15 lines
359 B
Bash
# Database
|
|
DB_PASSWORD=your_secure_password_here
|
|
|
|
# API Configuration
|
|
API_KEY_SALT=generate_random_salt_with_openssl
|
|
CORS_ORIGIN=http://localhost:3001
|
|
|
|
# Frontend
|
|
API_URL=http://localhost:3000/api/v1
|
|
|
|
# Production settings (uncomment for production)
|
|
# NODE_ENV=production
|
|
# CORS_ORIGIN=https://admin.yourdomain.com
|
|
# API_URL=https://api.yourdomain.com/api/v1
|