This website requires JavaScript.
Explore
Help
Register
Sign In
Accords-Library-Archive
/
strapi.accords-library.com
Watch
1
Star
0
Fork
You've already forked strapi.accords-library.com
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3f3f1f16a6
strapi.accords-library.com
/
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