Files
hotell777_260507/.env.example
2026-05-11 01:03:56 +05:00

19 lines
534 B
Plaintext

# Hotel 777 - Environment Configuration
# Copy this file to .env and fill in your values
# API Key for external access (required)
HOTEL777KEY=your-secret-api-key-here
# JWT Secret for token signing (required) - minimum 32 characters
JWT_SECRET=your-jwt-secret-min-32-characters-here
# Admin credentials (required for first run)
ADMIN_LOGIN=admin
ADMIN_PASSWORD=your-admin-password
# Monitoring credentials (optional)
MONITORING_USER=monitoring
MONITORING_PASSWORD=monitoring123
# Server port (optional, default: 3000)
# PORT=3000