orbeon-docker/postgres/orbeon/WEB-INF/resources/config/properties-local.xml

26 lines
1.1 KiB
XML

<!--
Copyright (C) 2008 Orbeon, Inc.
This program is free software; you can redistribute it and/or modify it under the terms of the
GNU Lesser General Public License as published by the Free Software Foundation; either version
2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
The full text of the license is available at http://www.gnu.org/copyleft/lesser.html
-->
<!-- NOTE: In the future, we can use <xi:fallback> and remove this file. -->
<properties xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:oxf="http://www.orbeon.com/oxf/processors">
<property as="xs:string" name="oxf.fr.persistence.provider.*.*.*" value="postgresql"/>
<property
as="xs:boolean"
name="oxf.fr.persistence.exist.active"
value="false"/>
<property
as="xs:boolean"
name="oxf.fr.persistence.postgresql.create-flat-view"
value="true"/>
</properties>