Skip to content

Commit

Permalink
chore: switch SEGMENT_WRITE_KEY in release-1.4 (#1995)
Browse files Browse the repository at this point in the history
* chore: switch SEGMENT_WRITE_KEY in release-1.4

Signed-off-by: RHDH Build (rhdh-bot) <[email protected]>

* Update .rhdh/docker/Dockerfile

---------

Signed-off-by: RHDH Build (rhdh-bot) <[email protected]>
Co-authored-by: RHDH Build (rhdh-bot) <[email protected]>
  • Loading branch information
nickboldt and rhdh-bot authored Nov 26, 2024
1 parent 320fa23 commit 1f5f5ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rhdh/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ ENV CHOKIDAR_USEPOLLING='1' CHOKIDAR_INTERVAL='10000'
ENV NPM_CONFIG_ignore-scripts='true'

# gGVM6sYRK0D0ndVX22BOtS7NRcxPej8t is key for dev environment
# Use production key in stable 1.yy.x branch; use dev key in main for CI/next builds
ENV SEGMENT_WRITE_KEY=gGVM6sYRK0D0ndVX22BOtS7NRcxPej8t
# Use production key in stable release-1.yy branch; use dev key in main for CI/next builds
ENV SEGMENT_WRITE_KEY=mUr49Tkld5bj1lFFPxxqHrAzkQMRINvF
ENV SEGMENT_TEST_MODE=false

# RHIDP-2217: corporate proxy support (configured using 'global-agent' for 'node-fetch' calls and 'undici' for 'fetch' calls)
Expand Down

0 comments on commit 1f5f5ad

Please sign in to comment.