order of configuration is:
1.) project name and step name matches
2.) step name matches and project is *
3.) project name matches and step name is *
4.) project name and step name are *
<!-- which projects to use for (can be more then one, otherwise use *) -->
<template>template.xml</template>
<itmUrl>http://localhost:8080/itm/service</itmUrl>
<!-- this must be without a trailing slash -->
<callbackBaseUrl>http://localhost:8080/goobi</callbackBaseUrl>
<useOrigDir>false</useOrigDir>
<serverType>intranda-tesseract</serverType>
<!-- which projects to use for (can be more then one, otherwise use *) -->
<project>My special project</project>
<project>Archive_Project</project>
<template>template_pdfonly.xml</template>
<itmUrl>https://itm.mydomain.tld/itm/service</itmUrl>
<callbackBaseUrl>https://goobi.mydomain.tld/goobi</callbackBaseUrl>
<useOrigDir>true</useOrigDir>
<serverType>intranda-tesseract</serverType>