Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sharelatex-docker-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tuc-latex
sharelatex-docker-image
Commits
f7a79e8c
Commit
f7a79e8c
authored
Jun 27, 2016
by
ShareLaTeX
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/sharelatex/sharelatex-docker-image
parents
3c46fbf2
a5b11360
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
settings.coffee
settings.coffee
+10
-4
No files found.
settings.coffee
View file @
f7a79e8c
...
...
@@ -389,6 +389,8 @@ settings =
user
:
httpAuthUser
pass
:
httpAuthPass
references
:
undefined
notifications
:
undefined
# documentupdater:
# url : "http://localhost:#{docUpdaterPort}"
# clsi:
...
...
@@ -441,7 +443,7 @@ if process.env["SHARELATEX_HEADER"]?
# http://www.nodemailer.com/docs/transports
if
process
.
env
[
"SHARELATEX_EMAIL_FROM_ADDRESS"
]
if
process
.
env
[
"SHARELATEX_EMAIL_FROM_ADDRESS"
]
?
settings
.
email
=
fromAddress
:
process
.
env
[
"SHARELATEX_EMAIL_FROM_ADDRESS"
]
...
...
@@ -455,12 +457,16 @@ if process.env["SHARELATEX_EMAIL_FROM_ADDRESS"]
host
:
process
.
env
[
"SHARELATEX_EMAIL_SMTP_HOST"
]
port
:
process
.
env
[
"SHARELATEX_EMAIL_SMTP_PORT"
],
secure
:
process
.
env
[
"SHARELATEX_EMAIL_SMTP_SECURE"
]
ignoreTLS
:
process
.
env
[
"SHARELATEX_EMAIL_SMTP_IGNORE_TLS"
]
if
process
.
env
[
"SHARELATEX_EMAIL_SMTP_USER"
]
or
process
.
env
[
"SHARELATEX_EMAIL_SMTP_PASS"
]
if
process
.
env
[
"SHARELATEX_EMAIL_SMTP_USER"
]
?
or
process
.
env
[
"SHARELATEX_EMAIL_SMTP_PASS"
]
?
settings
.
email
.
parameters
.
auth
=
user
:
process
.
env
[
"SHARELATEX_EMAIL_SMTP_USER"
]
pass
:
process
.
env
[
"SHARELATEX_EMAIL_SMTP_PASS"
]
user
:
process
.
env
[
"SHARELATEX_EMAIL_SMTP_USER"
]
pass
:
process
.
env
[
"SHARELATEX_EMAIL_SMTP_PASS"
]
if
process
.
env
[
"SHARELATEX_EMAIL_SMTP_TLS_REJECT_UNAUTH"
]
?
settings
.
email
.
parameters
.
tls
=
rejectUnauthorized
:
process
.
env
[
"SHARELATEX_EMAIL_SMTP_TLS_REJECT_UNAUTH"
]
# Password Settings
# -----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment