...
[INSTALL_DIR]/etc/
dottestcli.properties
: the base configuration file that should not be modified.[INSTALL_DIR]/dottestcli.properties
: the main configuration file you can use to specify your settings that map contains templates for commonly used settings (license, reporting etc.).[USER_HOME]
/dottestcli.properties
: for your convenience, you can store the configuration file in your home directory to overwrite settings from the [INSTALL_DIR] (for example, to ensure your settings are not affected by reinstallations or updates).[WORKING_DIR
]/dottestcli.properties
: for your convenience, you can store the configuration file in your working directory.Custom settings passed with the command line switch
-settings path/to/settings.properties
(e.g.,-settings ../settings.properties
)
...