From 659ed3f4ccb7af588fc16011a4a3edc7e198e03b Mon Sep 17 00:00:00 2001 From: Anusha Ranganathan <anusha@cottagelabs.com> Date: Sun, 25 Sep 2022 23:54:38 +0100 Subject: [PATCH] Removed quotes from crc title --- .env.template | 4 ++-- .env.template.development | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.template b/.env.template index a9aec28d..87c6fb32 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 3155f25a..8efa2740 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 -- GitLab