Skip to content

Commit

Permalink
Remove BODY_SIZE_LIMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Jun 11, 2024
1 parent a95af5e commit e57840f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
INCLUDE_DB=false
APP_BASE=/chat
PUBLIC_APP_COLOR=yellow
BODY_SIZE_LIMIT=12582912
deploy:
name: Deploy on prod
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ ENV INCLUDE_DB=${INCLUDE_DB}
ARG APP_BASE=
# tailwind requires the primary theme to be known at build time so it must be passed as a build arg
ARG PUBLIC_APP_COLOR=blue
ARG BODY_SIZE_LIMIT=12582912

# install dotenv-cli
RUN npm install -g dotenv-cli
Expand Down
1 change: 0 additions & 1 deletion chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ envVars:
ADDRESS_HEADER: 'X-Forwarded-For'
ALTERNATIVE_REDIRECT_URLS: '["huggingchat://login/callback"]'
APP_BASE: "/chat"
BODY_SIZE_LIMIT: 12582912
ENABLE_ASSISTANTS: "true"
ENABLE_ASSISTANTS_RAG: "true"
EXPOSE_API: "true"
Expand Down

0 comments on commit e57840f

Please sign in to comment.