Skip to content

Commit 87e0559

Browse files
authored
(EAI-981) Add Segment Write Key to server envs (#681)
1 parent eaa4ebc commit 87e0559

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/chatbot-server-mongodb-public/environments/production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ envSecrets:
2424
OPENAI_API_KEY: docs-chatbot-prod
2525
BRAINTRUST_TRACING_API_KEY: docs-chatbot-prod
2626
SLACK_BOT_TOKEN: docs-chatbot-prod
27+
SEGMENT_WRITE_KEY: docs-chatbot-prod
2728

2829
ingress:
2930
enabled: true

packages/chatbot-server-mongodb-public/environments/staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ envSecrets:
2424
OPENAI_API_KEY: docs-chatbot-staging
2525
BRAINTRUST_TRACING_API_KEY: docs-chatbot-staging
2626
SLACK_BOT_TOKEN: docs-chatbot-staging
27+
SEGMENT_WRITE_KEY: docs-chatbot-staging
2728

2829
ingress:
2930
enabled: true

0 commit comments

Comments
 (0)