mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update config/settings.defaults.coffee
Co-Authored-By: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
parent
8acc9ef0ae
commit
492f8abc9f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ settings =
|
|||
key: process.env['AWS_ACCESS_KEY_ID']
|
||||
secret: process.env['AWS_SECRET_ACCESS_KEY']
|
||||
endpoint: process.env['AWS_S3_ENDPOINT']
|
||||
partSize: process.env['S3_PARTSIZE'] or (100 * 1024 * 1024)
|
||||
partSize: process.env['AWS_S3_PARTSIZE'] or (100 * 1024 * 1024)
|
||||
|
||||
stores:
|
||||
user_files: process.env['USER_FILES_BUCKET_NAME']
|
||||
|
|
Loading…
Reference in a new issue