...
Repository-wide settings are configured for each repository separately in the repository.cfg
file.
Location of the repository.cfg file
By default,
the file resides in containerized deployments
/application/config/repository.cfg
. It is best practice to use a volume mount in the container configuration:
...
configservice.class=file
configDirectory=config
configFile=repository.cfg
Parameter names
The parameter names in the repository.cfg
file follow a hierarchical scheme. The format of parameters for services therefore follow this format:
...
Code Block |
---|
ZQ.contentservice.proxy.primary.type = splitfilesystemv2type |
Syntax rules for repository.cfg file
...