Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
6d7dd19f
Commit
6d7dd19f
authored
Jun 08, 2021
by
Wolfgang Knopki
Browse files
Update config.js TLS settings
parent
dedbc314
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/config.js
View file @
6d7dd19f
...
...
@@ -28,6 +28,7 @@ module.exports = {
host
:
'
mailhost
'
,
// hostname
secureConnection
:
false
,
// TLS requires secureConnection to be false
port
:
587
,
// port for secure SMTP
TLS
:
true
,
// sets requireTLS
authUser
:
'
mailuser
'
,
authPass
:
'
mailpass
'
,
tlsCiphers
:
'
SSLv3
'
,
...
...
@@ -66,6 +67,7 @@ module.exports = {
host
:
'
mailhost
'
,
// hostname
secureConnection
:
false
,
// TLS requires secureConnection to be false
port
:
587
,
// port for secure SMTP
TLS
:
true
,
// sets requireTLS
authUser
:
'
mailuser
'
,
authPass
:
'
mailpass
'
,
tlsCiphers
:
'
SSLv3
'
,
...
...
@@ -75,4 +77,4 @@ module.exports = {
token_readWriteProjects
:
'
token-goes-here
'
}
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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