Special Settings |
Home Back Next |
There are some settings for very specific things. This changes can be done by editing ConfigServer.Settings. The file lies in the same directory where the ConfigServer exebutable is.
Lines starting with a hash symbol are comments.
Remove the comment on the parameter you try changing. Edit the specific value to your needs. All changes take effect after restarting the ConfigServer exebutable.
Hint: Wrong settings or conflicts in the settings will result in malfunction.
[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 be "never", "default" or "always" # ParamUseSSL="default" # ParamUseZlib can be "never", "default" or "always" # ParamUseZlib="default"
|