add missing env variables for proxy file (#6319)

This commit is contained in:
Denys Vuika
2020-11-05 13:59:57 +00:00
committed by GitHub
parent 0ee08f7ec0
commit a7510b9800

View File

@@ -1,3 +1,5 @@
require('dotenv').config();
var PROXY_HOST_ADF = process.env.PROXY_HOST_ADF;
module.exports = {