diff --git a/back/config/env/production/server.js b/back/config/env/production/server.js index bc9d3a0..a3b4321 100644 --- a/back/config/env/production/server.js +++ b/back/config/env/production/server.js @@ -1,5 +1,3 @@ module.exports = ({ env }) => ({ url: env("MY_HEROKU_URL"), - host: env("HOST"), - port: env.int("PORT"), });