Отзывы
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user