Skip to content

Commit

Permalink
fix: Set GITHUB_USE_WEBHOOK false to match PUBLIC_URL
Browse files Browse the repository at this point in the history
If `GITHUB_USE_WEBHOOK` is true, `PUBLIC_URL` must be configured, so the former default configuration would break out of the box.
  • Loading branch information
baumandm committed Mar 21, 2023
1 parent 5c2027d commit 5b1df76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/env/.env
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GITHUB_GRAPHQL_API_URL=
GITHUB_SERVICE_ACCOUNT=
GITHUB_ACCESS_TOKEN=
GITHUB_DEFAULT_ORG=
GITHUB_USE_WEBHOOK=true
GITHUB_USE_WEBHOOK=false

# MQ
CONVERSION_SQS_URL=
Expand Down

0 comments on commit 5b1df76

Please sign in to comment.