Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

 

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.

Example:

repositoryfactory.templatelist = FI_REPOS, MM_REPOS

See <to be done>.

  • No labels