Difference between revisions of "Settings"
Line 34: | Line 34: | ||
[[File:Manager settings general.png|border|center]] | [[File:Manager settings general.png|border|center]] | ||
+ | |||
'''URLKey''' | '''URLKey''' | ||
Line 51: | Line 52: | ||
The URLKey is not a secret password, but only an additional protection feature. | The URLKey is not a secret password, but only an additional protection feature. | ||
+ | |||
+ | |||
+ | '''Language''' | ||
+ | |||
+ | '''Default:''' en | ||
+ | |||
+ | '''Format:''' cn | en | fr | it | ||
+ | |||
+ | |||
+ | Some I/O Servers and other core services use localized text messages. This parameter defines the default system language for these services. | ||
+ | |||
+ | |||
+ | '''AutoKillFiles''' | ||
+ | |||
+ | '''Default:''' | ||
+ | |||
+ | '''Format:''' list of file names separated by commas | ||
+ | |||
+ | |||
+ | This parameter is usually set as: "hsyco.ini,hsyco.jar,com/hsyco/user.class" forcing the automatic restart after the changes of the three files listed. | ||
+ | |||
+ | |||
+ | '''DatabaseBackup''' | ||
+ | |||
+ | '''Default:''' false | ||
+ | |||
+ | '''Format:''' false | true | ||
+ | |||
+ | |||
+ | When set to true, a hot backup of the core database is automatically executed on a daily basis, saving data in the data_backup directory, and overwriting the previous backup files. |
Revision as of 15:20, 24 February 2014
HSYCO can be configured using the Settings application in the Manager.
Settings stores all configuration parameters in the hsyco.ini file.
You can copy this file to save the current configuration, or manually change it. In this case, be sure to reopen the Settings application after the changes have been saved.
The configuration is read at start-up, so any changes become effective only after restarting the HSYCO process.
HSYCO is factory configured to automatically restart when hsyco.ini is saved.
When you make changes using Settings, the hsyco.ini file will be overwritten when you press the Save button.
You can’t return to the previous configuration once it is saved.
The Revert button allows you to reload the current configuration if you have made changes in Setting that have not yet been saved.
Settings parameters are grouped in several sections.
You can make changes to any parameter, even in different sections, and then save all changes together.
System
The Systems section contains all general configuration parameters, including vital parameters affecting system’s security and reliability.
These parameters are further split in several sub-sections.
General
URLKey
Default: hsycoserver
Format: string of at least 8 characters
To protect against malicious service discovery robots, HSYCO does not answer to Web requests where only the server address is defined, for example https://192.168.0.50, but requires an extended URL, which must include an access key, called URLKey.
The URLKey must be at least 8 characters long.
It is possible to specify more than one URLKEY, separated by a comma; in this case all the specified URLKEYs will be valid for the web access to HSYCO.
The factory default URLKey is hsycoserver.
The URLKey is not a secret password, but only an additional protection feature.
Language
Default: en
Format: cn | en | fr | it
Some I/O Servers and other core services use localized text messages. This parameter defines the default system language for these services.
AutoKillFiles
Default:
Format: list of file names separated by commas
This parameter is usually set as: "hsyco.ini,hsyco.jar,com/hsyco/user.class" forcing the automatic restart after the changes of the three files listed.
DatabaseBackup
Default: false
Format: false | true
When set to true, a hot backup of the core database is automatically executed on a daily basis, saving data in the data_backup directory, and overwriting the previous backup files.