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