Skip to content

Commit

Permalink
Make messages before login a aws param (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed May 10, 2024
1 parent ed831e8 commit 18fba9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ envVars:
ENABLE_ASSISTANTS: "true"
ENABLE_ASSISTANTS_RAG: "true"
EXPOSE_API: "true"
MESSAGES_BEFORE_LOGIN: 0
METRICS_PORT: 5565
LOG_LEVEL: "debug"
MODELS: >
Expand Down Expand Up @@ -326,6 +325,7 @@ externalSecrets:
WEBHOOK_URL_REPORT_ASSISTANT: "hub-prod-chat-ui-webhook-report-assistant"
ADMIN_API_SECRET: "hub-prod-chat-ui-admin-api-secret"
USAGE_LIMITS: "hub-prod-chat-ui-usage-limits"
MESSAGES_BEFORE_LOGIN: "hub-prod-chat-ui-messages-before-login"

autoscaling:
enabled: true
Expand Down

0 comments on commit 18fba9f

Please sign in to comment.