mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(api): Add api location as an env var
This commit is contained in:
committed by
mrugesh mohapatra
parent
ef18f5a931
commit
fec10caf67
+2
-1
@@ -1,3 +1,4 @@
|
||||
module.exports = {
|
||||
homeLocation: process.env.HOME_LOCATION
|
||||
homeLocation: process.env.HOME_LOCATION,
|
||||
apiLocation: process.env.API_LOCATION
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user