Revert "MAX_OBJECT_SIZE_MB should be configurable in the fileimport service (#1837)" (#1838)

This reverts commit 4973622c18.
This commit is contained in:
Iain Sproat
2023-10-26 16:24:18 +01:00
committed by GitHub
parent 4973622c18
commit 7bad5abed6
7 changed files with 4 additions and 23 deletions
-2
View File
@@ -51,7 +51,6 @@ services:
S3_CREATE_BUCKET: 'true'
S3_REGION: '' # optional, defaults to 'us-east-1'
FILE_SIZE_LIMIT_MB: 100
MAX_OBJECT_SIZE_MB: 10
EMAIL_FROM: 'no-reply@example.org'
preview-service:
@@ -87,4 +86,3 @@ services:
PG_CONNECTION_STRING: 'postgres://speckle:speckle@postgres/speckle'
SPECKLE_SERVER_URL: 'http://speckle-server:3000'
FILE_IMPORT_TIME_LIMIT_MIN: 10
MAX_OBJECT_SIZE_MB: 10