1 Configuration
These are available configuration settings presented with their default values:
node.conf
// URL where Gentics CMS can access its Tomcat $CN_LOCAL_SERVER = "http://127.0.0.1"; // path where Gentics CMS is located $CN_LOCAL_PATH = "/.Node/"; // IPs that are allowed to access the configuration of Gentics CMS $CN_CONFIG_ALLOWEDIPS = array('127.0.0.1', 'localhost'); // URL where the JavaParserInvoker Servlet can be reached $PORTAL_CONNECT['url'] = "$CN_LOCAL_SERVER/CNPortletapp/JavaParserInvoker"; // Actions that internally trigger a REST call will use a wait timeout of 5000ms (where applicable) // After this timeout, the triggered action will be put into the background $RESTCALL_MAXWAIT = 5000;