Merge branch 'use-env-variables' into 'master'

use ENV variables

See merge request saburly/psihologija!2
This commit is contained in:
Bilal Catic
2019-05-24 13:52:22 +00:00
committed by Senad Uka
7 changed files with 41 additions and 23 deletions

View File

@@ -17,20 +17,11 @@
"start": "node server.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/saburly/psihologija.git"
},
"author": "Saburly",
"license": "ISC",
"engines": {
"node": "11.12.x"
},
"bugs": {
"url": "https://gitlab.com/saburly/psihologija/issues"
},
"homepage": "https://gitlab.com/saburly/psihologija#README",
"dependencies": {
"dotenv": "^8.0.0",
"express": "^4.17.0",
"express-basic-auth": "^1.2.0",
"pg": "^7.11.0",