konfigurazioa konpontzen du

This commit is contained in:
Aitor Urrutia
2022-01-15 14:04:59 +01:00
parent 776170413f
commit 34106b8bce

View File

@@ -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"),
}); });