konfigurazioa berreskuratzen du

This commit is contained in:
Aitor Urrutia
2022-01-15 22:42:37 +01:00
parent f90ce2fdf3
commit 1696ac20ca
2 changed files with 0 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
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),
});