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

commit testing

parent 393920ba
......@@ -2,6 +2,7 @@ module.exports = {
development: {
app: {
name: 'User Account Management',
hostname: 'm4lab.hft-stuttgart.de/account',
port: process.env.PORT || 9989
},
passport: {
......@@ -14,7 +15,7 @@ module.exports = {
}
},
database: {
host: 'localhost', // DB host
host: 'transfer.hft-stuttgart.de', // DB host
user: 'DBManager', // DB username
password: 'Stuttgart2019', // DB password
port: 3306, // MySQL port
......@@ -32,4 +33,3 @@ module.exports = {
}
}
}
This diff is collapsed.
......@@ -23,20 +23,20 @@
"dependencies": {
"async": "^3.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "1.15.1",
"body-parser": "^1.19.0",
"cookie-parser": "1.4.3",
"crypto": "^1.0.1",
"errorhandler": "1.4.3",
"express": "4.13.4",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "1.13.0",
"express-session": "^1.17.0",
"fs": "0.0.1-security",
"morgan": "1.7.0",
"morgan": "^1.9.1",
"mysql": "^2.17.1",
"nodemailer": "^6.3.1",
"nodemon": "1.9.2",
"nodemon": "^2.0.1",
"passport": "0.3.2",
"passport-saml": "0.15.0",
"passport-saml": "^1.2.0",
"pug": "^2.0.4"
},
"devDependencies": {},
......
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