Commit 6f13c397 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

[conf] added path

parent 03704826
......@@ -2,7 +2,8 @@ module.exports = {
development: {
app: {
name: 'User Account Management',
port: process.env.PORT || 9989
port: process.env.PORT || 9989,
path: '/account/'
},
passport: {
strategy: 'saml',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment