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

<!--
    This file stores all properties needed by Jive Clearspace to startup. Property names must be
    in the format: "example.prop.is=value". Example:

        <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.
-->
<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_WIKI</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>false</enabled> 
    </debug> 
  </log>  
  <connectionProvider> 
    <className>com.jivesoftware.base.database.JNDIDataSourceProvider</className> 
  </connectionProvider>  
  <customSearchConnectors> 
    <Lucene> 
      <searchSettingsScreenAction/>  
      <searchQueryManagerClass/>  
      <enabled>true</enabled>  
      <profileSearchManagerClass/>  
      <searchManagerClass/>  
      <defaultConnector>true</defaultConnector> 
    </Lucene> 
  </customSearchConnectors> 
</jive>
