Skip to main content
Version: 5.11

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 = c:/apps/ffmpeg/bin/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

migration.config=./config/migration-config.xml

# target folder for async DIP creation (using POST with EAD stream)
target.dip.folder=//path/to/some/folder

# target folder for async DIP creation (using POST with EAD stream)
dip.delay=0

# default submission agreement ID if source references are not unique or missing
default.sa=sa_all-formats-01_dss-01

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.