mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
adding more outfits, putting back matchmake/dorm
This commit is contained in:
+16
-3
@@ -1,9 +1,22 @@
|
||||
# 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"}'
|
||||
# Optional per-service subdomain overrides, as a compact JSON object keyed by the
|
||||
# service's default subdomain (which, for a service backed by a worker, is that
|
||||
# worker's directory name). Unlisted services keep their default.
|
||||
#
|
||||
# One entry moves both sides: it decides which host `just deploy` puts the worker on
|
||||
# AND which host the `ns` discovery document advertises to the client, so the two can't
|
||||
# drift apart. Redeploy `ns` (`just deploy -F ns`) after changing this.
|
||||
#
|
||||
# {"playersettings":"settings"} the playersettings worker moves to settings.<domain>
|
||||
# {"moderation":"api"} Moderation has no worker of its own, so this is a pure
|
||||
# client-side redirect: it points the client's Moderation
|
||||
# calls at the api worker, which is where the
|
||||
# /api/PlayerReporting/… routes actually live
|
||||
#
|
||||
# Keep it compact — no spaces. Services are listed in SERVICES.md.
|
||||
# RECFLARE_SUBDOMAINS='{"moderation":"api"}'
|
||||
|
||||
# Id of the shared `recflare` D1 database (create it manually with
|
||||
# `wrangler d1 create recflare`). All D1-backed workers bind this one database.
|
||||
|
||||
Reference in New Issue
Block a user