Skip to content

Commit

Permalink
add file upload defaults to env file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Jul 3, 2023
1 parent 39265e4 commit 15b98f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,8 @@ MIN_WORDS_RESEARCH_SUMMARY_CREDENTIALING = 20
CITI_USERNAME=
CITI_PASSWORD=
CITI_SOAP_URL="https://webservices.citiprogram.org/SOAP/CITISOAPService.asmx"

# Django configuration for file upload
# See https://docs.djangoproject.com/en/4.2/ref/settings/
DATA_UPLOAD_MAX_NUMBER_FILES=1000
DATA_UPLOAD_MAX_MEMORY_SIZE=2621440

0 comments on commit 15b98f7

Please sign in to comment.