configuration test

This commit is contained in:
Aitor Urrutia
2022-01-15 18:15:25 +01:00
parent bad967e5bc
commit 8e39140939
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
module.exports = ({ env }) => ({
url: env("MY_HEROKU_URL"),
url: env("PUBLIC_URL", "https://fast-springs-77208.herokuapp.com"),
host: env("HOST", "0.0.0.0"),
port: env.int("PORT", 1337),
});