Spaces:
Running
on
Inf2
Running
on
Inf2
Make messages before login a aws param (#1130)
Browse files- chart/env/prod.yaml +1 -1
chart/env/prod.yaml
CHANGED
|
@@ -28,7 +28,6 @@ envVars:
|
|
| 28 |
ENABLE_ASSISTANTS: "true"
|
| 29 |
ENABLE_ASSISTANTS_RAG: "true"
|
| 30 |
EXPOSE_API: "true"
|
| 31 |
-
MESSAGES_BEFORE_LOGIN: 0
|
| 32 |
METRICS_PORT: 5565
|
| 33 |
LOG_LEVEL: "debug"
|
| 34 |
MODELS: >
|
|
@@ -326,6 +325,7 @@ externalSecrets:
|
|
| 326 |
WEBHOOK_URL_REPORT_ASSISTANT: "hub-prod-chat-ui-webhook-report-assistant"
|
| 327 |
ADMIN_API_SECRET: "hub-prod-chat-ui-admin-api-secret"
|
| 328 |
USAGE_LIMITS: "hub-prod-chat-ui-usage-limits"
|
|
|
|
| 329 |
|
| 330 |
autoscaling:
|
| 331 |
enabled: true
|
|
|
|
| 28 |
ENABLE_ASSISTANTS: "true"
|
| 29 |
ENABLE_ASSISTANTS_RAG: "true"
|
| 30 |
EXPOSE_API: "true"
|
|
|
|
| 31 |
METRICS_PORT: 5565
|
| 32 |
LOG_LEVEL: "debug"
|
| 33 |
MODELS: >
|
|
|
|
| 325 |
WEBHOOK_URL_REPORT_ASSISTANT: "hub-prod-chat-ui-webhook-report-assistant"
|
| 326 |
ADMIN_API_SECRET: "hub-prod-chat-ui-admin-api-secret"
|
| 327 |
USAGE_LIMITS: "hub-prod-chat-ui-usage-limits"
|
| 328 |
+
MESSAGES_BEFORE_LOGIN: "hub-prod-chat-ui-messages-before-login"
|
| 329 |
|
| 330 |
autoscaling:
|
| 331 |
enabled: true
|