This website requires JavaScript.
Explore
Help
Sign In
ambiser
/
strapi-plugin-config-sync
mirror of
https://github.com/boazpoolman/strapi-plugin-config-sync
Watch
9
Star
0
Fork
You've already forked strapi-plugin-config-sync
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c959e957f2
strapi-plugin-config-sync
/
playground
/
config
/
server.js
5 lines
100 B
JavaScript
Raw
Blame
History
module
.
exports
=
(
{
env
}
)
=>
(
{
host
:
env
(
'HOST'
,
'0.0.0.0'
)
,
port
:
env
.
int
(
'PORT'
,
1337
)
,
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink