mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-07 03:07:56 +08:00
8b853a963d
* WIP: save local changes before merging * Enable admin password in admin mode #374
17 lines
471 B
Bash
17 lines
471 B
Bash
# NOFX Environment Variables Template
|
|
# Copy this file to .env and modify the values as needed
|
|
|
|
# Ports Configuration
|
|
# Backend API server port (internal: 8080, external: configurable)
|
|
NOFX_BACKEND_PORT=8080
|
|
|
|
# Frontend web interface port (Nginx listens on port 80 internally)
|
|
NOFX_FRONTEND_PORT=3000
|
|
|
|
# Timezone Setting
|
|
# System timezone for container time synchronization
|
|
NOFX_TIMEZONE=Asia/Shanghai
|
|
|
|
# Admin password when admin_mode=true
|
|
NOFX_ADMIN_PASSWORD=YOUR_PASS
|