im_wower
·
2026-03-22
control-api-worker.secrets.example.env
1# Copy this file outside the repo, fill in real values, then push each key with:
2# printf '%s' "$VALUE" | npx --yes wrangler@4 secret put <KEY> --config apps/control-api-worker/wrangler.jsonc
3
4BAA_SHARED_TOKEN=replace-me
5CONTROL_API_BROWSER_ADMIN_TOKEN=replace-me
6CONTROL_API_CONTROLLER_TOKEN=replace-me
7CONTROL_API_OPS_ADMIN_TOKEN=replace-me
8CONTROL_API_READONLY_TOKEN=replace-me
9CONTROL_API_WORKER_TOKEN=replace-me