feat(api): Add api location as an env var

This commit is contained in:
Bouncey
2018-08-30 11:27:06 +01:00
committed by mrugesh mohapatra
parent ef18f5a931
commit fec10caf67
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,4 @@
module.exports = {
homeLocation: process.env.HOME_LOCATION
homeLocation: process.env.HOME_LOCATION,
apiLocation: process.env.API_LOCATION
};