Skip to content

Commit

Permalink
add missing env variables for proxy file (#6319)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Nov 5, 2020
1 parent 0ee08f7 commit a7510b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo-shell/proxy.conf.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require('dotenv').config();

var PROXY_HOST_ADF = process.env.PROXY_HOST_ADF;

module.exports = {
Expand Down

0 comments on commit a7510b9

Please sign in to comment.