From 34106b8bce4eaa7cbdf1332f7e3787c7e14249d2 Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Date: Sat, 15 Jan 2022 14:04:59 +0100 Subject: [PATCH] konfigurazioa konpontzen du --- back/config/env/production/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/config/env/production/server.js b/back/config/env/production/server.js index 6446240..bc9d3a0 100644 --- a/back/config/env/production/server.js +++ b/back/config/env/production/server.js @@ -1,5 +1,5 @@ module.exports = ({ env }) => ({ url: env("MY_HEROKU_URL"), - host: env("MY_HEROKU_URL"), + host: env("HOST"), port: env.int("PORT"), });