mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
7 lines
307 B
Bash
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"}
|