"git@transfer.hft-stuttgart.de:cota/cota-backend.git" did not exist on "946d78eb34715704c6d229e99a79bc5eff694d04"
Commit 6f13c397 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

[conf] added path

parent 03704826
1 merge request!24Mlab 202a
Showing with 2 additions and 1 deletion
+2 -1
...@@ -2,7 +2,8 @@ module.exports = { ...@@ -2,7 +2,8 @@ module.exports = {
development: { development: {
app: { app: {
name: 'User Account Management', name: 'User Account Management',
port: process.env.PORT || 9989 port: process.env.PORT || 9989,
path: '/account/'
}, },
passport: { passport: {
strategy: 'saml', strategy: 'saml',
......
Supports Markdown
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