# ─── UOMysticmoon instance — BRAND_* / identity overrides ─── # # Runic Gateway's first "tenant". Copy these into the deploy .env (on top of # .env.example) to run RunicGateway/website as UOMysticmoon. This is the proof # that branding is data, not code: the same image renders as UOMysticmoon purely # from these vars. # # Only the values that differ from the Runic Gateway defaults are shown. # Identity BRAND_NAME=UOMysticmoon BRAND_SHORT_NAME=Mysticmoon BRAND_TAGLINE=an independent private Ultima Online shard BRAND_DESCRIPTION=UOMysticmoon — an independent private Ultima Online shard. News, screenshots, guides, and community notes. BRAND_CONTACT_EMAIL=UOMysticmoon@gmail.com # BRAND_URL=https:// # Visual — the existing UOM accent + hero image (baked into the image already). BRAND_ACCENT_COLOR=#7f99bd BRAND_HERO=/assets/img/uomysticmoon-main-hero.png # TOTP label (defaults to BRAND_NAME, so optional — shown for clarity). TOTP_ISSUER=UOMysticmoon # ── Infrastructure identifiers — PIN to the existing production values so the # ── app keeps talking to the same database and existing sessions stay valid. # ── (These are NOT branding; they must match what production already uses.) DB_NAME=uomysticmoon DB_USER=uomm COOKIE_NAME=uomm_token