mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add environment variable to disable email confirmation banner (#676)
This commit is contained in:
parent
feda446983
commit
9878a1321f
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ services:
|
|||
|
||||
# Enables Thumbnail generation using ImageMagick
|
||||
ENABLE_CONVERSIONS: 'true'
|
||||
|
||||
# Disables email confirmation requirement
|
||||
EMAIL_CONFIRMATION_DISABLED: 'true'
|
||||
|
||||
## Set for SSL via nginx-proxy
|
||||
#VIRTUAL_HOST: 103.112.212.22
|
||||
|
|
Loading…
Reference in a new issue