Advanced Configuration
This document will step you through the "Advance Configuration" option of the OnPremise Manager. The document assumes that you have prior knowledge of how to run and navigate the OnPremise Manager.
- Open the OnPremise Manager and navigate to the "Advance Configuration" option for the instance of integrify you want to edit. Click "Run".

- You should be presented with the screen below.
-
Server Config
-
service_root - Root directory of the Integrify application that installed on web server.
-
consumer_key - Application API key to access Integrify hosted services.
-
consumer_secret - Used in conjunction with the consumer key to access Integrify hosted services
-
logging_port -
-
license_path - Directory where the Integrify licenses are located
-
portal_path -
-
redis
- IP address and port of Redis server (The above configuration is a standard setup).
- Port in which the application can communicate with the redis server on thats listed above
-
temp_path -
-
auth_urls -
-
proxy -
-
webserver-web-config
-
REDIRECT - XML rule that redirects all HTTP traffic to HTTPS ports.
-
PROXY - XML rule that prevents .axd rewrites when conditions are met
-
logger
-
activeConfig - Current logger configuration
-
rootPath - Location of log files
-
production - Contains "debug" object, that provides logger debug options
-
mongo-config
-
connectionString - Fully qualified domain or IP address where the MongoDB is installed. defaults to localhost:27017/Integrify
-
mongo option with ssl:
-
connectionString - String containing MongoDB username and password along with host address (i.e. "mongodb://username:password@host1:27017,host2:27017/admin?ssl=true")
-
options - ssl related options for mongo configuration
-
redis-monitor
- Where redis failed retries configuration is located.
-
redis-server
-
port 6379 - The port that redis is running on.
-
save 900 1 - saves after 900 seconds if 1 change has been made to the dataset
-
save 300 10 - saves after 300 seconds if 10 changes has been made to the dataset
-
save 60 10000 - if 10,000 changes has been made to the dataset
-
cron
-
scheduler
-
scheduler-logger
-
app-setting
-
plugins_path - Directory where Integrify application plugins are located
-
license_file_path - Directory where Integrify licensing files are located
-
oauth_request_url - URL where application receives a request token
-
oauth_authorization_url - URL where request token from previous url is used to authorize the integrify application
-
querygen_trace -
-
audit_user_activity -
-
audit_object_hitory (misspelled in config ) -
-
auditsql -
-
debug_logs -
-
consumersProvider - Type of database being used for the consumer DB. (i.e. SqlServer)
-
consumersConn - Connection information for the above reference provider
-
bypass_login_screen_for_windows -
-
file base asset settings
- temp_path -
-
attachments_path - Directory where attachments can be stored
-
legacy_attachments_path -
-
reports_path -
-
tp_interval - interval in which the task processor runs.
-
ad_interval - Interval in which active directory will sync with the Integrify application
- offset -
-
TimeZoneIndex - Indicated Microsoft Time Index value
-
em_interval -
-
em_DataInstance -
-
em_NOLOG -
-
redis_address - IP address of redis server
-
redis_port - TCP/IP port in which the Integrify application will use to communicate with redis on.
-