diff --git a/back/config/env/production/admin.js b/back/config/env/production/admin.js deleted file mode 100644 index f73665c..0000000 --- a/back/config/env/production/admin.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = ({ env }) => ({ - url: env("PUBLIC_URL", "") + "/dashboard", -}); diff --git a/back/config/server.js b/back/config/server.js index dc83826..6c4af49 100644 --- a/back/config/server.js +++ b/back/config/server.js @@ -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), });