diff options
| -rw-r--r-- | .env-example | 2 | ||||
| -rw-r--r-- | package.json | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/.env-example b/.env-example index 80a6d98..4f30dc4 100644 --- a/.env-example +++ b/.env-example @@ -1,5 +1,5 @@ HOST_NAME=lvh.me -PORT=5000 +PORT=5050 DB_HOST=localhost DB_NAME=luckyplop DB_USER= diff --git a/package.json b/package.json index 43dd4dc..66dc7dd 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,7 @@ "express-json": "^1.0.0", "knex": "^0.8.6", "lodash": "^3.10.1", - "mongodb": "^2.0.43", "multer": "^1.0.5", - "multer-s3": "^1.3.0", "mysql2": "^0.15.8", - "skipper": "^0.5.7" } } |
