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