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
87c944c3
Commit
87c944c3
authored
Jun 04, 2021
by
Rosanny Sihombing
Browse files
update configuration
parent
236e83d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
app.js
View file @
87c944c3
...
...
@@ -47,7 +47,7 @@ app.use(session(
{
resave
:
true
,
saveUninitialized
:
true
,
secret
:
'
thisisas
ecret
'
secret
:
config
.
app
.
sessionS
ecret
}
));
app
.
use
(
flash
());
...
...
config/config.js
View file @
87c944c3
...
...
@@ -3,7 +3,8 @@ module.exports = {
app
:
{
name
:
'
User Account Management
'
,
port
:
process
.
env
.
PORT
||
9989
,
host
:
'
http://localhost:9989
'
host
:
'
http://localhost:9989
'
,
sessionSecret
:
'
thisisasecret
'
},
passport
:
{
strategy
:
'
saml
'
,
...
...
@@ -40,7 +41,8 @@ module.exports = {
app
:
{
name
:
'
User Account Management
'
,
port
:
process
.
env
.
PORT
||
9989
,
host
:
'
https://m4lab.hft-stuttgart.de/account
'
host
:
'
https://m4lab.hft-stuttgart.de/account
'
,
sessionSecret
:
'
thisisasecret
'
},
passport
:
{
strategy
:
'
saml
'
,
...
...
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