konfigurazioa berreskuratzen du
This commit is contained in:
3
back/config/env/production/admin.js
vendored
3
back/config/env/production/admin.js
vendored
@@ -1,3 +0,0 @@
|
|||||||
module.exports = ({ env }) => ({
|
|
||||||
url: env("PUBLIC_URL", "") + "/dashboard",
|
|
||||||
});
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
module.exports = ({ env }) => ({
|
module.exports = ({ env }) => ({
|
||||||
url: env("PUBLIC_URL", "https://fast-springs-77208.herokuapp.com"),
|
|
||||||
host: env("HOST", "0.0.0.0"),
|
host: env("HOST", "0.0.0.0"),
|
||||||
port: env.int("PORT", 1337),
|
port: env.int("PORT", 1337),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user