Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
Update config.js TLS settings
parent
dedbc314
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/config.js
+3
-1
config/config.js
with
3 additions
and
1 deletion
+3
-1
config/config.js
+
3
-
1
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
}
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets