# Use a remote ImageConverter server to do the actual image processing.
# Set this entry to the base URL of the remote host: http://host[:port]/imageConverterServerPath
# 
# Cascading: false
# Reloadable: false
# Related: 
# 
# Default: http://localhost:8005/imageconverter
com.openexchange.imageconverter.client.remoteImageConverterUrl = http://localhost:8005/imageconverter

# Specifies the path to the directory, the ImageConverter client should use as working directory.
# Fast access to files in this directory is preferred, in order to speed up the processing of images:
# 
# Cascading: false
# Reloadable: false
# Related: 
# 
# Default: /var/spool/open-xchange/imageconverter-client
com.openexchange.imageconverter.client.spoolPath = /var/spool/open-xchange/imageconverter-client

