1 Configuration
These are available configuration settings presented with their default values:
node.conf
// URL where Gentics Content.Node can access it's Tomcat $CN_LOCAL_SERVER = "http://127.0.0.1"; // path where Gentics Content.Node is located $CN_LOCAL_PATH = "/.Node/"; // IPs that are allowed to access Gentics Content.Node's configuration $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;