Skip to content

Commit

Permalink
fix: uncommented env value from api yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MacQSL committed Nov 15, 2024
1 parent 0791469 commit f52799d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/.pipeline/templates/api.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ objects:
- name: KEYCLOAK_API_ENVIRONMENT
value: ${KEYCLOAK_API_ENVIRONMENT}
# Request limits
# - name: MAX_REQ_BODY_SIZE
# value: ${MAX_REQ_BODY_SIZE}
- name: MAX_REQ_BODY_SIZE
value: ${MAX_REQ_BODY_SIZE}
- name: MAX_UPLOAD_NUM_FILES
value: ${MAX_UPLOAD_NUM_FILES}
- name: MAX_UPLOAD_FILE_SIZE
Expand Down

0 comments on commit f52799d

Please sign in to comment.