Commit ccb8e2f4 authored by Gabriel Monnerat's avatar Gabriel Monnerat

add new property to be loaded in cloudooo. This is used to know the name of...

add new property to be loaded in cloudooo. This is used to know the name of object that will handle the data

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43735 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 11d4ac00
......@@ -62,6 +62,11 @@ server-port = ${configuration:oood_port}
supervisor-priority = 30
supervisor-program =
${:supervisor-priority} ${:_buildout_section_name_} (stopsignal=HUP) ${buildout:bin-directory}/paster [serve ${cloudooo-instance:conf-output}]
handler-mapping =
ooo OOHandler
pdf PDFHandler
imagemagick ImageMagickHandler
ffmpeg FFMPEGHandler
mimetype-registry =
application/pdf * pdf
video/* * ffmpeg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment