Skip to content

Commit

Permalink
Add body size limit to prod env (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin authored Jun 10, 2024
1 parent 4c0d393 commit f81fc8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ envVars:
ADDRESS_HEADER: 'X-Forwarded-For'
ALTERNATIVE_REDIRECT_URLS: '["huggingchat://login/callback"]'
APP_BASE: "/chat"
BODY_SIZE_LIMIT: 12288
ENABLE_ASSISTANTS: "true"
ENABLE_ASSISTANTS_RAG: "true"
EXPOSE_API: "true"
Expand Down

0 comments on commit f81fc8c

Please sign in to comment.