Alfresco Content App server configuration problem

cancel
Showing results for 
Search instead for 
Did you mean: 
danny36
Active Member

Alfresco Content App server configuration problem

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
mitpatoliya
Moderator
Moderator

Re: Alfresco Content App server configuration problem

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}"
}
danny36
Active Member

Re: Alfresco Content App server configuration problem

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';