Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When using the type filesystem, the supplementaries are stored in a file system under the path defined at the parameter configdata.filesystem.root.

In addition, a keystore is stored in the folder structure under the directory specified here unless a different path has been defined via the Keystore Service. By default, the keystore is created with the name common-ks.pkcs12. If a different name is used, this must be declared to the Content Server via the Keystore Service.

Code Block
<repoName>.configdata.type = filesystem
<repoName>.configdata.filesystem.root = C:/CONFIG/autodigit_elastic_noauth #default: systemProperties.getProperty("system.configdir")

Configuration parameters in file repository.cfg

Info

The Config Data Service uses the type filesystem by default. Therefore, the parameter configdata.type can be omitted when using this option, whereas the specification of a path at the parameter configdata.filesystem.root is mandatory.