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.
23 lines
527 B
Bash
23 lines
527 B
Bash
# Database
|
|
DB_PASSWORD=your_secure_password_here
|
|
|
|
# API Configuration
|
|
API_KEY_SALT=generate_random_salt_with_openssl
|
|
CORS_ORIGIN=http://localhost:3001
|
|
|
|
# Bootstrap admin
|
|
BOOTSTRAP_ADMIN=true
|
|
BOOTSTRAP_ADMIN_RESET_PASSWORD=false
|
|
ADMIN_USERNAME=admin
|
|
ADMIN_PASSWORD=change_this_admin_password
|
|
ADMIN_FULL_NAME=Main administrator
|
|
ADMIN_EMAIL=admin@polotsk-transit.local
|
|
|
|
# Frontend
|
|
API_URL=/api/v1
|
|
|
|
# Production settings (uncomment for production)
|
|
# NODE_ENV=production
|
|
# CORS_ORIGIN=https://admin.yourdomain.com
|
|
# API_URL=/api/v1
|