# 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