cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Content App server configuration problem

danny36
Champ on-the-rise
Champ on-the-rise

Hi,

I have downloaded from github the Alfresco Contente App (ACA) 2.7 but I don't understand how can I set the ip address of my Alfresco Content Service. In the 2.4 version I have set on proxy.conf.js file but in 2.7 version it's different and the documentation it's not clear.

Someone help me?

2 REPLIES 2

mitpatoliya
Star Collaborator
Star Collaborator

The Alfresco Content Application provides support for the global settings file app.config.json that you can use to customize the behavior of the Content Application and ADF components.

{
    "ecmHost": "http://{hostname}{:port}"
}

I have configure my server IP on proxy.conf.js and works with alfresco, but If I want to add custom path on module.export object that can work inside my extensions under projects folder, how to?

const APP_CONFIG_ECM_HOST = process.env.APP_CONFIG_ECM_HOST || 'http://192.168.1.147:8080';