Speichert die Supplementaries im Dateisystem. Zusätzlich wird in der Ordnerstruktur auch der KeyStore abgelegt, wenn dort kein Pfad angegeben wurde und als Name ein Keystore wie er mitausgeliefert wird (aktuell When using the type filesystem, the supplementaries are stored in a file system under the path defined at the parameter root.
In addition, a keystore is also 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).
Default, wenn keine Angabe in der repository.cfg vorgenommen wurde.
...
. 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. |