update some naming conventions

This commit is contained in:
Devin Zuczek
2026-06-30 13:03:40 -04:00
parent b7aab05a92
commit 8b42c23764
27 changed files with 71 additions and 64 deletions
+3 -2
View File
@@ -5,7 +5,8 @@ RECFLARE_DOMAIN=rec.example.com
# 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.
# Id of the shared `recflare` D1 database (create it manually with
# `wrangler d1 create recflare`). All D1-backed workers bind this one database.
# 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"}
# RECFLARE_D1=d44083e1-5bfe-4467-aa9a-f13c5c2496d5