Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #196 from Rostlab/updatedConfig
Browse files Browse the repository at this point in the history
New try with different env names ..  ^^
  • Loading branch information
yashha committed Mar 29, 2016
2 parents 708d161 + 33e6551 commit 40bf314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webpack.production.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ try {
} catch (err) {
console.log(err);
analytics = process.env.ANALYTICS;
api = process.env.__API__;
https = process.env.__PROTOCOL__;
prefix = process.env.__PREFIX__;
api = process.env.API;
https = process.env.PROTOCOL;
prefix = process.env.PREFIX;
}


Expand Down

0 comments on commit 40bf314

Please sign in to comment.