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-07 09:02:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
examples
/
getstarted
/
config
/
server.js
5 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Init new configuration management Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-03 22:31:20 +02:00
module
.
exports
=
(
{
env
}
)
=>
(
{
Make generated config as minimalist as possible Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-08 22:03:28 +02:00
host
:
env
(
'HOST'
,
'0.0.0.0'
)
,
Init new configuration management Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-03 22:31:20 +02:00
port
:
env
.
int
(
'PORT'
,
1337
)
,
}
)
;
Reference in New Issue
Copy Permalink