This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
freeCodeCamp
Watch
1
Star
0
Fork
0
You've already forked freeCodeCamp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
5900f87c407b5549fa0dc3f9a53f4c17c593b4d0
freeCodeCamp
/
api-server
/
server
/
config.production.js
4 lines
62 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Set up production variables
2015-06-15 18:24:26 -04:00
module
.
exports
=
{
host
:
process
.
env
.
HOST
||
'localhost'
Fix linting issue
2015-11-03 21:51:16 -08:00
}
;
Reference in New Issue
Copy Permalink