Authoring settings
The authoring settings allow to specify the parameters of the authoring experience, rule engine connectivity, and catalog connectivity.
The irAuthor configuration file can be found at <InRule installation directory>\irAuthor\irAuthor.exe.config.
For settings that affect logging behavior for authoring and the tester runtime please see the following link -- InRule Logging Config File Settings
inrule.authoring Config Section
Sub Section |
Setting Name |
Description |
catalogClient |
catalog |
(string) The URL address to the InRule Catalog service. Default is an empty string. |
defaultLogin |
(string) The default username that is used to connect to the InRule Catalog. Default is null. |
|
ruleEngineClient |
returnDetail |
(boolean) Determines if irVerify will run rules with full detailed statistics reporting. Default is true. |
ruleEngine |
(string) The URL address to access the InRule Rule Engine Service. Default is null. |
|
tracing |
logFileClean |
(TimeSpan) The maximum age of a log file. Expired files are deleted during irAuthor start-up. Default is "30.00:00:00" (30 days). |
Example:
<configSections>
<section name="inrule.authoring" type="InRule.Authoring.Configuration.AuthoringConfigSectionHandler, InRule.Authoring.UI" />
...
</configSections>
...
<inrule.authoring>
<catalogClient
catalogServiceUri="http://localhost:8082/InRuleRepositoryService"
defaultLoginName="username" />
<tracing
logFileCleanUpInterval="30.00:00:00" />
</inrule.authoring>
Comments
0 comments
Please sign in to leave a comment.