Skip to content

Commit

Permalink
Merge pull request #402 from Qovery/posthog_test
Browse files Browse the repository at this point in the history
test: do not pass through proxy
  • Loading branch information
jul-dan authored Mar 19, 2024
2 parents 73b9716 + 6b85371 commit 1df799c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ module.exports = {
},
posthog: {
apiKey: "phc_IgdG1K2GveDUte1gJ6hlwNbFHCv9nViWETUyLMU7ciq", // required key for ph (can be public)
appUrl: "https://phprox.qovery.com", // optional
enableInDevelopment: false, // optional
appUrl: "https://app.posthog.com", // optional
enableInDevelopment: true, // optional
// other options are passed to posthog-js init as is
},
imageZoom: {
Expand Down

0 comments on commit 1df799c

Please sign in to comment.