ability to swap out a room

This commit is contained in:
Devin Zuczek
2026-08-09 22:25:27 -04:00
parent 60505a2519
commit 37489d05dc
9 changed files with 199 additions and 9 deletions
+4
View File
@@ -52,6 +52,10 @@
"head_sampling_rate": 1 // 100%
}
},
// The room substitutions (ROOM_REDIRECTS) are deliberately NOT set here. They're
// injected at deploy time from the gitignored .env (RECFLARE_ROOM_REDIRECTS, see
// .env.example), so swapping a room out never means editing a versioned file. Unset —
// the default — means every matchmake enters the room it asked for.
"vars": {
"ENVIRONMENT": "development", // overridden during deployment
"SENTRY_RELEASE": "unknown" // overridden during deployment