Clean style creations ADF (#7385)

This commit is contained in:
Eugenio Romano
2021-11-29 16:14:26 +00:00
committed by GitHub
parent 684b1e7d65
commit ce43d0a766
27 changed files with 161 additions and 158 deletions

View File

@@ -1,7 +1,7 @@
require('dotenv').config();
var PROXY_HOST_ADF = process.env.PROXY_HOST_ADF;
console.log('PROXY_HOST_ADF' + PROXY_HOST_ADF);
module.exports = {
"/alfresco": {
"target": (PROXY_HOST_ADF || "http://localhost:8080"),