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-06 08:31:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
examples
/
getstarted
/
config
/
server.js
5 lines
83 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
}
)
=>
(
{
Fix env casting should return undefined if var is not defined Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-15 09:56:34 +02:00
host
:
env
(
'HOST'
)
,
port
:
env
.
int
(
'PORT'
)
,
Init new configuration management Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-03 22:31:20 +02:00
}
)
;
Reference in New Issue
Copy Permalink