refactor(guild): prefix environment variables with FABRIC_BACKEND_GUILD

This commit is contained in:
nav
2026-05-13 12:58:32 +00:00
parent 392534a6ac
commit fdb661f32b
5 changed files with 30 additions and 30 deletions

View File

@@ -15,8 +15,8 @@ Guild Node service for Fabric.
- Seq allocator and range query endpoints
## Required env (startup hard checks)
- `CENTER_BASE_URL`
- `CENTER_API_KEY`
- `GUILD_NODE_ID`
- `FABRIC_BACKEND_GUILD_CENTER_BASE_URL`
- `FABRIC_BACKEND_GUILD_CENTER_API_KEY`
- `FABRIC_BACKEND_GUILD_NODE_ID`
If any of the above is missing, service startup fails immediately.