configuration test
This commit is contained in:
4
back/config/env/production/server.js
vendored
4
back/config/env/production/server.js
vendored
@@ -1,3 +1,5 @@
|
|||||||
module.exports = ({ env }) => ({
|
module.exports = ({ env }) => ({
|
||||||
url: env("MY_HEROKU_URL"),
|
url: env("PUBLIC_URL", "https://fast-springs-77208.herokuapp.com"),
|
||||||
|
host: env("HOST", "0.0.0.0"),
|
||||||
|
port: env.int("PORT", 1337),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user