docs(env): document BUNYIP_COMMUNITY_URL for deployers #316
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/BUNYIP-329-community-env-example"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Follow-up to BUNYIP-329 (#315).
BUNYIP_COMMUNITY_URLwas wired inconfig.rsand both compose files, but not in the.env.exampletemplates a deployer copies from, so a teammate bringing up staging/prod would not discover it.Adds it to:
.env.example(root) - the compose-interpolated stack config.bunyip-web/.env.example- the per-var config reference matchingsrc/config.rs.Both note that empty disables the feature (button hidden) and give the staging/prod example value pointing at the login-init path so the OIDC flow fires immediately.
Docs only; no code change.