mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
Readd default host in getstarted
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
This commit is contained in:
parent
a7436e2248
commit
0fa1d561cc
@ -1,4 +1,4 @@
|
||||
module.exports = ({ env }) => ({
|
||||
host: env('HOST'),
|
||||
port: env.int('PORT'),
|
||||
host: env('HOST', '0.0.0.0'),
|
||||
port: env.int('PORT', 1337),
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user