Special Settings |
Home Back |
Есть некоторые настройки для очень специфических вещей. Эти изменения можно внести, отредактировав файл ConfigServer.Settings. Файл находится в той же директории, что и файл ConfigServer exebutable.
Комментариями являются строки, начинающиеся с символа хэша.
Удалите комментарий к параметру, который вы пытаетесь изменить. Отредактируйте конкретное значение в соответствии с вашими потребностями. Все изменения вступают в силу после перезапуска исполняемого файла ConfigServer.
Подсказка: Неправильные настройки или конфликты в настройках могут привести к сбоям в работе.
[GeneralSettings] # This section MUST be last for Linux # VendorName="me" # VendorNameLong="I am the vendor" # ProductName="MyProduct" # ProductNameLong="My Product" # ProductVersion="1.0" # CertificatePath="/path/to/the/certificates" # SymbolPath="/path/to/the/symbols" # IniFile="/path/to/the/inifile/MyInifile.ini" # UserDbPath="/path/to/the/userdb" # VarRunPath is the path where the sockets reside. If not set it is "/var/run" for Linux and "\\.\pipe\Wmk" on Windows VarRunPath=/var/run/tani # NetworkNamespaceConfig - if it is empty the default or possibly only namespace is used # NetworkNamespaceConfig="MyNetworkNamespace" # The param tsap must be eight letters long. The default is "WMKKTani" # ParamTsap="ParaTSAP" # ParamPort is the port number the connection between the configuration clients and the config server is using. Default is 2468 # ParamPort="2468" # SetStationAllowed enables the network adapter parameter settings and the station name. On standard this is disabled. # SetStationAllowed="yes" # PrereleaseVersion can be "0" or "false" or "no", or "1" or "true" or "yes". It can be any text also, this defines a prerelease version also # PrereleaseVersion="MyPrerelease - not for resale" # ParamUseSSL can me "never", "default" or "always" # ParamUseSSL="default" # ParamUseZlib can me "never", "default" or "always" # ParamUseZlib="default"
|