Commit 0caa6212 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

commit testing

parent feb6fc38
......@@ -14,12 +14,12 @@ 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
db: 'test_db', // User DB
dbProject: 'projectdb' // Project DB
dbProject: 'projectDB' // Project DB
},
mailer: {
host: 'mail.hft-stuttgart.de', // hostname
......
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