#
Configuring Applications Settings
The application settings file contains various configuration properties provided during installation and some keys used by the web in web service to render the web interface properly.
This only provides information about the keys that can be configured. It is recommended that all other keys not mentioned in the page are left untouched.
Go to the Configuration directory, located by default in
C:\Program Files\OpeniT\Analysis Server\Configuration
.Open the
appSettings.config
file.The file contains various add entries with key-value pair. Shown are the keys that can be configured and altered.
Example1| <appSettings> 2| <add key="LicenseFile" value="C:\Program Files (x86)\OpeniT\Client\Configuration\license" /> ... 5| <add key="ReportersGroup" value="Everyone" /> ... 22| <add key="LicenseStatusMaxExpiry" value="2147483647" /> 23| <add key="ida:ClientId" value="" /> 24| <add key="ida:Tenant" value="" /> 26| <add key="ida:PostLogoutRedirectUri" value="https://localhost:44344/" /> 27| <add key="ida:Domain" value="" /> 28| <add key="ida:TenantId" value="" /> 29| <add key="ida:ClientSecret" value="" /> ... 43| <add key="AlertSnapshotCount" value="1" /> 44| <add key="MaximumEmailSize" value="20" /> 45| <add key="ASUri" value="http://MNL164WIN:80/" /> ... 48| <add key="aas:ClientId" value="94d6b354-678e-4a4c-8e7f-e911a98aa07b" /> 49| <add key="aas:ClientSecret" value="ifY8Q~nXDQWSWKSX~SwVtbG3GDb7xAzGNgmXBcuE" /> ... 51| <add key="aas:Domain" value="openit.com" /> 52| <add key="aas:TenantId" value="b198a08d-7d22-4c5c-80f6-4adc8919af8b" /> 54| </appSettings>
Please be guided accordingly to the keys' definition.
Key Definition Application Settings Key-Value Pair
Modify the desired entry with a valid value.
Save the changes.