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
master
MLAB-677
devel
reset-jul13
reset-merge
testing
4 merge requests
!143
updating yml config
,
!95
Prep prod
,
!94
Testing
,
!92
Mlab 522 fix
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 = {
...
@@ -28,6 +28,7 @@ module.exports = {
host
:
'
mailhost
'
,
// hostname
host
:
'
mailhost
'
,
// hostname
secureConnection
:
false
,
// TLS requires secureConnection to be false
secureConnection
:
false
,
// TLS requires secureConnection to be false
port
:
587
,
// port for secure SMTP
port
:
587
,
// port for secure SMTP
TLS
:
true
,
// sets requireTLS
authUser
:
'
mailuser
'
,
authUser
:
'
mailuser
'
,
authPass
:
'
mailpass
'
,
authPass
:
'
mailpass
'
,
tlsCiphers
:
'
SSLv3
'
,
tlsCiphers
:
'
SSLv3
'
,
...
@@ -66,6 +67,7 @@ module.exports = {
...
@@ -66,6 +67,7 @@ module.exports = {
host
:
'
mailhost
'
,
// hostname
host
:
'
mailhost
'
,
// hostname
secureConnection
:
false
,
// TLS requires secureConnection to be false
secureConnection
:
false
,
// TLS requires secureConnection to be false
port
:
587
,
// port for secure SMTP
port
:
587
,
// port for secure SMTP
TLS
:
true
,
// sets requireTLS
authUser
:
'
mailuser
'
,
authUser
:
'
mailuser
'
,
authPass
:
'
mailpass
'
,
authPass
:
'
mailpass
'
,
tlsCiphers
:
'
SSLv3
'
,
tlsCiphers
:
'
SSLv3
'
,
...
@@ -75,4 +77,4 @@ module.exports = {
...
@@ -75,4 +77,4 @@ module.exports = {
token_readWriteProjects
:
'
token-goes-here
'
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