attempt to move d1 id out of vcs

This commit is contained in:
Devin Zuczek
2026-06-30 01:24:52 -04:00
parent ca639d5e01
commit b3129d37f9
4 changed files with 36 additions and 3 deletions
+5
View File
@@ -4,3 +4,8 @@ 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"}
# D1 database ids, as a compact JSON object keyed by the worker's directory name.
# Kept out of the committed wrangler.jsonc (which uses a "local" placeholder) and
# spliced in at deploy time. Required to deploy any worker that uses D1.
# RECFLARE_D1={"rooms":"d44083e1-5bfe-4467-aa9a-f13c5c2496d5"}