Files
recflare/.env.example
T
Devin Zuczek 9c84c279ef move to .env
2026-06-30 01:04:50 -04:00

7 lines
307 B
Bash

# Base domain all service hosts are derived from, e.g. accounts.<domain>.
RECFLARE_DOMAIN=rec.example.com
# Optional per-app subdomain overrides, as a compact JSON object keyed by the
# worker's directory name. Defaults to the directory name when unset.
# RECFLARE_SUBDOMAINS={"playersettings":"settings"}