7 lines
844 B
Bash
7 lines
844 B
Bash
# Copy outside Git, restrict to the service administrator, and replace every
|
|
# placeholder. Never commit the populated file.
|
|
PROJECT_BUS_BOOTSTRAP_TOKEN=replace-with-at-least-24-random-characters
|
|
PROJECT_BUS_TOKENS_JSON={"replace-po-token":{"actor_id":"sandbox-po","auth_subject":"sandbox-po","display_name":"Dillard / Product Owner"},"replace-pm-token":{"actor_id":"sandbox-pm","auth_subject":"sandbox-pm","display_name":"Sandbox PM"},"replace-pa-token":{"actor_id":"sandbox-pa","auth_subject":"sandbox-pa","display_name":"Sandbox PA"},"replace-codex-token":{"actor_id":"codex-implementer","auth_subject":"codex-implementer","display_name":"Codex Implementer"},"replace-claude-token":{"actor_id":"claude-reviewer","auth_subject":"claude-reviewer","display_name":"Claude Code Reviewer"}}
|
|
PROJECT_BUS_ALLOWED_ORIGINS=
|
|
PROJECT_BUS_LOG_LEVEL=INFO
|