<?xml version="1.0" encoding="UTF-8"?>

<!--
    This file stores all properties needed by Jive Forums to startup. Property names must be in the
    format: "example.prop.is=value"
    That will be stored as:
        <example>
            <prop>
                <is>value</is>
            </prop>
        </example>

     All properties must be under the "jive" element.

     This file should live in your jiveHome directory. The path to that directory
     should be specified in your jive_init.xml file or by one of the other
     supported mechanisms.
-->
<!-- root element, all properties must be under this element -->
<jive> 
  <!-- When setup is false, you can access the setup tool. -->  
  <setup>true</setup>  
  <!-- Database settings -->  
  <database> 
    <!-- Uncomment to enable Unicode support when using MySQL -->  
    <!-- <mysql><useUnicode>true</useUnicode></mysql> -->  
    <!-- Uncomment to enable Statement caching when using Oracle JDBC -->  
    <!-- <oracle><useStatementCache>true</useStatementCache></oracle> -->  
    <JNDIProvider> 
      <name>jdbc/SAP/COLL_JIVE</name> 
    </JNDIProvider>  
    <subqueriesSupported>false</subqueriesSupported> 
  </database>  
  <admin> 
    <!--SAP required for Admin console authentication using UME Users -->  
    <tryAlternativeLogin>true</tryAlternativeLogin> 
  </admin>  
  <!-- Uncomment to enable DEBUG log level -->  
  <!-- <log> -->  
  <!--  <debug> -->  
  <!--     <enabled>true</enabled> -->  
  <!--   </debug> -->  
  <!-- </log> -->  
  <connectionProvider> 
    <className>com.jivesoftware.base.database.JNDIDataSourceProvider</className> 
  </connectionProvider> 
</jive>
