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
f582ea0d
Commit
f582ea0d
authored
4 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
Update config.js, removed credentials
parent
66ee5001
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/config.js
+22
-24
config/config.js
with
22 additions
and
24 deletions
+22
-24
config/config.js
+
22
-
24
View file @
f582ea0d
...
@@ -9,28 +9,28 @@ module.exports = {
...
@@ -9,28 +9,28 @@ 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 Point
'
,
issuer
:
'
sp-account.m4lab.hft-stuttgart.de
'
,
//local metadata
issuer
:
'
SAML issuer
'
,
//local metadata
logoutUrl
:
'
https://m4lab.hft-stuttgart.de/idp/saml2/idp/SingleLogoutService.php
'
logoutUrl
:
'
SAML logout URL
'
}
}
},
},
database
:
{
database
:
{
host
:
'
localhost
'
,
// DB host
host
:
'
localhost
'
,
// DB host
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
'
,
// DB host project db
host_project
:
'
localhost
'
,
// DB host project db
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-transf
er
'
,
authUser
:
'
mailus
er
'
,
authPass
:
'
6laumri2
'
,
authPass
:
'
mailpass
'
,
tlsCiphers
:
'
SSLv3
'
,
tlsCiphers
:
'
SSLv3
'
,
from
:
'
support-transfer@hft-stuttgart.de
'
,
from
:
'
mailfrom
'
,
}
}
},
},
testing
:
{
testing
:
{
...
@@ -43,30 +43,28 @@ module.exports = {
...
@@ -43,30 +43,28 @@ 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 point
'
,
//issuer: 'sp-account.m4lab.hft-stuttgart.de', //local metadata
issuer
:
'
SAML issuer
'
,
//testing metadata
issuer
:
'
sp-account-testing.m4lab.hft-stuttgart.de
'
,
//testing metadata
logoutUrl
:
'
SAML logout URL
'
//issuer: 'sp-account-prod.m4lab.hft-stuttgart.de', //production metadata
logoutUrl
:
'
https://m4lab.hft-stuttgart.de/idp/saml2/idp/SingleLogoutService.php
'
}
}
},
},
database
:
{
database
:
{
host
:
'
transfer.hft-stuttgart.de
'
,
// DB host
host
:
'
dbhost
'
,
// DB host
user
:
'
DBManag
er
'
,
// DB username
user
:
'
dbus
er
'
,
// DB username
password
:
'
Stuttgart2019
'
,
// DB password
password
:
'
dbpass
'
,
// DB password
port
:
3306
,
// MySQL port
port
:
3306
,
// MySQL port
dbUser
:
'
userdb
'
,
// User DB
dbUser
:
'
userdb
'
,
// User DB
host_project
:
'
m4lab.hft-stuttgart.de
'
,
// DB host project db
host_project
:
'
dbhost
'
,
// DB host project db
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-transf
er
'
,
authUser
:
'
mailus
er
'
,
authPass
:
'
6laumri2
'
,
authPass
:
'
mailpass
'
,
tlsCiphers
:
'
SSLv3
'
,
tlsCiphers
:
'
SSLv3
'
,
from
:
'
support-transfer@hft-stuttgart.de
'
,
from
:
'
mailfrom
'
,
}
}
}
}
}
}
\ 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