This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-07-10 10:33:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
packages
/
generators
/
app
/
lib
/
resources
/
files
/
config
/
server.js
5 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update project generator Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-06 17:39:48 +02:00
module
.
exports
=
(
{
env
}
)
=>
(
{
Use default host and port Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-20 09:34:36 +02:00
host
:
env
(
'HOST'
,
'0.0.0.0'
)
,
port
:
env
.
int
(
'PORT'
,
1337
)
,
Update project generator Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-06 17:39:48 +02:00
}
)
;
Reference in New Issue
Copy Permalink