feat(guild): fail fast when center auth env is missing

This commit is contained in:
nav
2026-05-13 08:52:16 +00:00
parent db85e69ef3
commit 392534a6ac
2 changed files with 23 additions and 0 deletions

View File

@@ -13,3 +13,10 @@ Guild Node service for Fabric.
- API skeleton (NestJS)
- Chat domain models
- Seq allocator and range query endpoints
## Required env (startup hard checks)
- `CENTER_BASE_URL`
- `CENTER_API_KEY`
- `GUILD_NODE_ID`
If any of the above is missing, service startup fails immediately.