3.14. ClientUpdate.cfg
Use the ClientUpdate.cfg file to set up preloading of the client application distribution package when operating over HTTP.
The file is located in the directory with the 1C:Enterprise configuration files. It is optional.
Note that the file name is case-sensitive on Linux and macOS in contrast to Windows: ClientUpdate.cfg. The file consists of the "key=value" pairs in UTF-8 encoding. BOM is optional.
The file can have the following key values:
Version required
Number of the version whose update parameters (update date and distribution package paths) are specified in the file. The version has the standard format: A.B.C.D.
UpdateDate
Date and time of planned update on the server cluster. The client application uses this value to schedule the distribution package download.
The value has the standard YYYYMMDDHHMMSS format where:
- YYYY is year.
- MM is month.
- DD is day.
- HH is hours.
- MM is minutes.
- SS is seconds.
PublishDistributiveLocationWindows32
PublishDistributiveLocationWindows64
PublishDistributiveLocationMacOS64
PublishDistributiveLocationLinux32
PublishDistributiveLocationLinux64
The key values determine where the client application distribution package for selected operating system and bitness is located. The behavior and content of the parameters are similar to the pubdst32, pubdst64, pubdstmac64, pubdstlin32, and pubdstlin64 attributes of the point element of the default.vrd file.
See also:
- clientupdate.cfg file