chore: procfile port sartzen du
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = ({ env }) => ({
|
||||
host: env("HOST", "0.0.0.0"),
|
||||
port: env.int("PORT", 443),
|
||||
port: env.int("PORT", 1337),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user