Created
September 17, 2015 15:31
-
-
Save Gubaer/c43c4cfd552dfca6f3f3 to your computer and use it in GitHub Desktop.
properties-local.xml in /home/me/software/orbeon/config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
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