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
freeCodeCamp
/
config
/
env.js
5 lines
105 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(api): Use /internal for API entry
2018-08-29 20:52:41 +01:00
module
.
exports
=
{
feat(api): Add api location as an env var
2018-08-30 11:27:06 +01:00
homeLocation
:
process
.
env
.
HOME
_LOCATION
,
apiLocation
:
process
.
env
.
API
_LOCATION
fix(api): Use /internal for API entry
2018-08-29 20:52:41 +01:00
}
;
Reference in New Issue
Copy Permalink