14 lines
464 B
Bash
14 lines
464 B
Bash
# === The Dark Elite Hub - environment config ===
|
|
# Copy this file to .env and fill in real values before running deploy.sh
|
|
|
|
# Password for accessing the hub from outside the LAN
|
|
HUB_PASSWORD=change-me-to-a-real-password
|
|
|
|
# Cryptographic secret for signing session cookies.
|
|
# Generate with: openssl rand -hex 32
|
|
HUB_SECRET=replace-with-output-of-openssl-rand-hex-32
|
|
|
|
# Optional: change ports if 80/443 are taken on the host
|
|
CADDY_HTTP_PORT=80
|
|
CADDY_HTTPS_PORT=443
|