Repository-wide settings are configured for each repository separately in the repository.cfg
file.
There are a few global configuration parameters in this file while most configuration is for each repository separately. For these, the parameter names always starts with the repository name. For more details on parameters names see Parameter names in repository.cfg file .
Global parameters in the repository.cfg file
Mandatory are the settings below. Do not change them.
class=com.software.kgs.autodigit.cmis.CmisADServiceFactory repositoryfactory.class = com.software.kgs.autodigit.model.impl.DefaultRepositoryFactory
The parameter repositoryfactory.repositorylist
contains a list of all repository names.
Example:
repositoryfactory.repositorylist = repo001,repo002,repo003,repo004,repo005
Note: When activating Multi-Tenant-Support, the repository names include the tenant name they are linked to. See Multi-Tenant-Support (tC) .
The parameter repositoryfactory.templatelist
can be used to provide a list of template configurations for repositories.
repositoryfactory.templatelist = FI_REPOS, MM_REPOS
See <to be done>.