remove configuration
This commit is contained in:
2
back/config/env/production/server.js
vendored
2
back/config/env/production/server.js
vendored
@@ -1,5 +1,3 @@
|
||||
module.exports = ({ env }) => ({
|
||||
url: env("MY_HEROKU_URL"),
|
||||
host: env("HOST"),
|
||||
port: env.int("PORT"),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user