Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#-------------------------------------------------------------------------------
# 2.16] Enterprise variables - ignore for non-enterprise installs
#-------------------------------------------------------------------------------
# The location of the case manager app serverGUI - setReverse to "local" to pointProxies requests to <domain>:8090/caseservercasemanager
# NOTE THAT THE DOMAIN MUST MATCH THE URL OF THE MAIN GUI OR AUTHENTICATION WON'T WORK
#app.case.api.url=localIf the case manager server is located on a different domain name, change casemanager.master to be the domain name of that server.
casemanger.master=localhost
# The location of the casesplunk managermonitor GUIserver - setReverse to "local" to pointProxies requests to <domain>:8090/casemanagersplunk
# (redirects to 8090/nuxeo)
# NOTE THAT THE DOMAIN MUST MATCH THE URL OF THE MAIN GUI OR AUTHENTICATION WON'T WORK
#app.case.url=localIf the splunk server is located on a different domain, change monitor.master to be the domain name of that server.
monitor.master=localhost
#This is the name of the domain which the SSL certificates bound to. If it is not set, clients will get a domain mismatch error when connecting to the enterprise server.
httpd.domainName=dev.ikanow.com
#-------------------------------------------------------------------------------