Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/preview-oauth-note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Corrects a comment in the preview environment example; no deployed behaviour changes.
6 changes: 3 additions & 3 deletions docker/preview/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ HEPHAESTUS_AUTH_BOOTSTRAP_ADMINS=
# Optional. Overrides the application server's direct-memory ceiling.
#APP_MAX_DIRECT_MEMORY=128M

# Optional preview-only GitHub OAuth app. GitHub rejects wildcard callback URLs, so one app cannot
# serve every pr<id> host at once: either re-point its callback at the preview you are signing into,
# or leave these blank and reach the preview as a bootstrap admin.
# Optional preview-only GitHub OAuth app. Its callback has to cover this application's API hosts,
# shaped pr<id>.api.<preview zone> — the preview builds its redirect_uri from the host it is served
# on. Leave these blank to reach the preview as a bootstrap admin instead.
GH_OAUTH_CLIENT_ID=
GH_OAUTH_CLIENT_SECRET=

Expand Down
Loading