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
Project Page
Commits
76e2c5fe
Commit
76e2c5fe
authored
4 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
Update config.js
parent
1308afeb
master
devel
testing
4 merge requests
!15
Prepare production
,
!14
Testing
,
!12
Mlab 240
,
!9
Mlab 240
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/config.js
+10
-10
config/config.js
with
10 additions
and
10 deletions
+10
-10
config/config.js
+
10
-
10
View file @
76e2c5fe
...
@@ -8,27 +8,27 @@ module.exports = {
...
@@ -8,27 +8,27 @@ module.exports = {
strategy
:
'
saml
'
,
strategy
:
'
saml
'
,
saml
:
{
saml
:
{
path
:
process
.
env
.
SAML_PATH
||
'
/saml/SSO
'
,
path
:
process
.
env
.
SAML_PATH
||
'
/saml/SSO
'
,
entryPoint
:
process
.
env
.
SAML_ENTRY_POINT
||
'
https://m4lab.hft-stuttgart.de/idp/saml2/idp/SSOService.php
'
,
entryPoint
:
process
.
env
.
SAML_ENTRY_POINT
||
'
saml entry URL
'
,
issuer
:
'
s
p-project.m4lab.hft-stuttgart.de
'
,
issuer
:
'
s
aml issuer URL
'
,
logoutUrl
:
'
https://m4lab.hft-stuttgart.de/idp/saml2/idp/SingleLogoutService.php
'
logoutUrl
:
'
saml Logout URL
'
}
}
},
},
database
:
{
database
:
{
user
:
'
DBManager
'
,
// DB username
user
:
'
usernamedb
'
,
// DB username
password
:
'
Stuttgart2019
'
,
// DB password
password
:
'
passworddb
'
,
// DB password
port
:
3306
,
// MySQL port
port
:
3306
,
// MySQL port
dbUser
:
'
userdb
'
,
// User DB
dbUser
:
'
userdb
'
,
// User DB
host_project
:
'
localhost
'
,
// local
host_project
:
'
localhost
'
,
// local
dbProject
:
'
project
DB
'
// Project DB
dbProject
:
'
project
db
'
// Project DB
},
},
mailer
:
{
mailer
:
{
host
:
'
mail
.hft-stuttgart.de
'
,
// hostname
host
:
'
mail
host
'
,
// 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
authUser
:
'
ad
\\
support-transfer
'
,
authUser
:
'
usernamemail
'
,
authPass
:
'
6laumri2
'
,
authPass
:
'
passwordmail
'
,
tlsCiphers
:
'
SSLv3
'
,
tlsCiphers
:
'
SSLv3
'
,
from
:
'
support-transfer@hft-stuttgart.de
'
,
from
:
'
email_from
'
,
}
}
},
},
testing
:
{
testing
:
{
...
...
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