Spezielle Einstellungen |
Home Zurück Vor |
Es gibt einige Einstellungen für sehr speziellen Anforderungen. Diese liegen in der Datei ConfigServer.Settings. Diese Datei liegt im gleichen Verzeichnis wo die Datei ConfigServer ausführbare Programm liegt.
Zeilen die mit dem Hashsymbol beginnen stellen einen Kommentar da.
Entfernen Sie das Kommentarzeichen bei den Einträgen die Sie einstellen wollen. Passen Sie den entsprechenden Wert an. Alle Änderungen wirken erst nach dem Neustart vom ConfigServer.
Wichtig: Fehlerhafte Einstellungen oder Einstellungskonflikte führen zu Fehlfunktionen.
[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"
|