If an iCM user has diagnostics mode enabled (assigned as a user privilege) iCM's application settings can be viewed and downloaded from this tab. Without diagnostics mode this option is hidden.
iCM holds some of its global settings in its database and others in an application.cfm file, written and managed using the autoconfig tool. This menu item brings all of those settings together so they can be easily inspected for fault finding.
The settings can also be exported as a text file:
// Application.cfm settings for: timssite on 06-06-2018 at 12:01
// ----------------------------------------------------------------------------------------------
Application.APIServerFileStoreWorker = "/filestore";
Application.APIServerFormsServiceWorker = "/formsservice";
Application.APIServerSkelProcWorker = "/skelproc";
Application.APIServerUpdateDir = "E:\iCM10\tomcat\webapps\ROOT\icm/custom/apiserverupdates";
Application.APIServerURL = "http://127.0.0.1:5706";
Application.AppsStatusPollTime = "300";
Application.ArticleCollection = "Article";
Application.ArticleDepth = "10";
Application.ArticleOrderBy = "Article.ArticleHeading ASC";
Application.ArticlePreviewModes = "";
Application.Articles = "View,Edit,Move,Delete,Add,Copy,History,ClearCache";
Application.ArticleScheduleInterval = "60";
Application.ArticleStylesheet = "/defaultarticletext.css";
***
***