diff --git a/.env.template b/.env.template index a9aec28d1dc232fb1d7c1874144222b3027b2e03..87c6fb32ff00c4fbf172179d5ad4d1e1fccfe5db 100644 --- a/.env.template +++ b/.env.template @@ -110,8 +110,8 @@ S3_REGION= S3_FILE_UPLOAD_BUCKET= # RDMS collections -CRC_1280_COLLECTION='CRC 1280' +CRC_1280_COLLECTION=CRC 1280 # File uploads MAX_FILES=1000 -MAX_FILE_SIZE=2.gigabytes \ No newline at end of file +MAX_FILE_SIZE=2.gigabytes diff --git a/.env.template.development b/.env.template.development index 3155f25afb553b0986c69b4332aa0731192c93f3..8efa27401370785dfb58c59d07b22c6a75a78f91 100644 --- a/.env.template.development +++ b/.env.template.development @@ -113,8 +113,8 @@ S3_REGION= S3_FILE_UPLOAD_BUCKET= # RDMS collections -CRC_1280_COLLECTION='CRC 1280' +CRC_1280_COLLECTION=CRC 1280 # File uploads MAX_FILES=100 -MAX_FILE_SIZE=500.megabytes \ No newline at end of file +MAX_FILE_SIZE=500.megabytes