Configuration
Configuration properties
General configuration options for docuteam rservices can be found in the file ../WEB-INF/classes/rservices.properties
.
# fedora connection parameters
fedora.protocol=https
fedora.host=domain.com
fedora.port=8443
fedora.context=fedora
fedora.home=D:/docuteam/apps/fedora3
# absolute path to the ffmpeg executable
ffmpeg.executable.fullpath = D:/docuteam/apps/ImageMagick/ffmpeg.exe
# delay in seconds between the start of the ffmpeg conversion and the streaming of the resulting file; defaults to 5 if undefined
ffmpeg.streaming.delay = 10
# if no redirection URL is given, the resulting output file will be streamed (after conversion has completed)
#redirect.url = http://localhost/OAIS/player.php?file=%s
# name of the DROID signature files in the WEB-INF/config directory to use
droid.signaturefile = ./config/DROID_SignatureFile_V90.xml
droid.containerfile = ./config/container-signature-20170330.xml
migration.config=./config/migration-config.xml
# target folder for async DIP creation (using POST with EAD stream)
target.dip.folder=//path/to/some/folder
Configuration of file migrations
The configuration of file migrations is done in the file ../WEB-INF/classes/config/migration-config.xml
.
It is done the same way as is the case with docuteam actions.