13 lines
649 B
Text
13 lines
649 B
Text
# bb-plane-fork local-test env — copy to `.env.bb-local` and fill in.
|
|
# Gitignored. Used by docker-compose.bb-local.yml.
|
|
|
|
# Zitadel OIDC client created at https://auth.binarybeach.io/ui/console/
|
|
# (Project → Add Application → Web → Code flow). Redirect URIs to register:
|
|
# http://localhost:8888/auth/github/callback/
|
|
# https://pm.binarybeach.io/auth/github/callback/
|
|
GITHUB_CLIENT_ID=__paste-from-zitadel__
|
|
GITHUB_CLIENT_SECRET=__paste-from-zitadel__
|
|
|
|
# Zitadel host. Setting this activates the OIDC code path in our patched
|
|
# GitHubOAuthProvider. Override here if testing against a different Zitadel.
|
|
ZITADEL_DOMAIN=auth.binarybeach.io
|