MOVEit Automation Web Admin uses the information that is specified in the config.properties
file to process configuration information.
The config.properties
file is in the <HOME>\MOVEit\MOVEit Automation Web Admin\Tomcat\webapps\webadmin\WEB-INF\classes\
directory.
Where <HOME>
is the MOVEit Automation directory that is created during installation.
To access and edit the config.properties
file you must have administrative access.
To save changes to the config.properties
file you must restart MOVEit Automation Web Admin.
Property |
Description |
---|---|
|
A comma-separated list of the Automation Server hosts to which users can connect. Edit the list to add or remove hosts from the list of hosts to which users can connect. |
|
The number of log entries per poll from the Automation server. The default is 100. Edit this number to increase or decrease the number of log entries per poll from the Automation server. |
|
The number of minutes after which an access token expires. The default is 15. Edit this number to increase or decrease the number of minutes after which an access token expires. You can increase the default value for convenience or decrease the value to enhance security. |
|
The number of minutes after which a refresh token expires. The default is 30. Edit this number to increase or decrease the number of minutes after which a refresh token expires. You can increase the default value for convenience or decrease the value to enhance security. |
|
The number of items per page returned by the REST API. The default is 20. Edit this number to increase or decrease the number of items per page returned by the REST API. |