mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-6455] Rename the structure to be compliant with nx (#2376)
* Rename the structure to be compliant with nx * Fix typo * Fix ts path
This commit is contained in:
15
app/proxy.conf.js
Normal file
15
app/proxy.conf.js
Normal file
@@ -0,0 +1,15 @@
|
||||
require('@alfresco/adf-cli/tooling').dotenvConfig({ path: process.env.ENV_FILE });
|
||||
|
||||
const APP_CONFIG_ECM_HOST = process.env.APP_CONFIG_ECM_HOST;
|
||||
|
||||
module.exports = {
|
||||
"/alfresco": {
|
||||
"target": APP_CONFIG_ECM_HOST,
|
||||
"secure": false,
|
||||
"pathRewrite": {
|
||||
"^/alfresco/alfresco": ""
|
||||
},
|
||||
"changeOrigin": true,
|
||||
'logLevel': 'debug'
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user