move to .env

This commit is contained in:
Devin Zuczek
2026-06-30 01:04:50 -04:00
parent 7536fcdf4f
commit 9c84c279ef
5 changed files with 35 additions and 32 deletions
+6
View File
@@ -0,0 +1,6 @@
# 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"}