Skip to content

Instantly share code, notes, and snippets.

@Gubaer
Created September 17, 2015 15:31
Show Gist options
  • Save Gubaer/c43c4cfd552dfca6f3f3 to your computer and use it in GitHub Desktop.
Save Gubaer/c43c4cfd552dfca6f3f3 to your computer and use it in GitHub Desktop.
properties-local.xml in /home/me/software/orbeon/config
<!--
This file is an empty template for your own properties-local.xml file. Pleas
e follow the instructions here:
http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties
-->
<properties xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:oxf="http://www.orbeon.com/oxf/processors">
<!-- use PostgreSQL -->
<property as="xs:string" name="oxf.fr.persistence.provider.*.*.*" value ="postgresql"/>
<property as="xs:string" name="oxf.fr.persistence.postgresql.datasource" value="postgresql"/>
<!-- don't use Exist for the default forms -->
<property as="xs:boolean" name="oxf.fr.persistence.exist.active" value=" false"/>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment