From 5f6334740811a624e9c2378360587ee5e3e3df0c Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Date: Sat, 15 Jan 2022 18:34:59 +0100 Subject: [PATCH] FROGA --- back/config/server.js | 1 + 1 file changed, 1 insertion(+) diff --git a/back/config/server.js b/back/config/server.js index 6c4af49..dc83826 100644 --- a/back/config/server.js +++ b/back/config/server.js @@ -1,4 +1,5 @@ module.exports = ({ env }) => ({ + url: env("PUBLIC_URL", "https://fast-springs-77208.herokuapp.com"), host: env("HOST", "0.0.0.0"), port: env.int("PORT", 1337), });