Merge pull request #4677 from overleaf/msm-remove-linked-url

Remove `linked_url` from `ENABLED_LINKED_FILE_TYPES` env

GitOrigin-RevId: 13b8b76ceb5de1b7be4a4bb703122d41efd75ad9
This commit is contained in:
June Kelly 2021-08-11 09:49:52 +01:00 committed by Copybot
parent 61e95b7773
commit 428ef96c56

View file

@ -34,7 +34,7 @@ services:
SHARELATEX_REDIS_HOST: redis
REDIS_HOST: redis
ENABLED_LINKED_FILE_TYPES: 'url,project_file'
ENABLED_LINKED_FILE_TYPES: 'project_file,project_output_file'
# Enables Thumbnail generation using ImageMagick
ENABLE_CONVERSIONS: 'true'