Statistics
| Branch: | Revision:

m2u-upass-admin / resource / otpcore.xml @ 91:37fde9e2b025

History | View | Annotate | Download (984 Bytes)

1
<otpcore-configuration>
2
        <session-factory name="otpcore">
3
                <!--proxool alias-->
4
                <property name="otpcore.proxool.pool_alias">agroib_db</property>
5
                <!--property name {proxool.properties}-->
6
                <property name="otpcore.proxool.properties">proxool.properties</property>
7
                <!--autocommit {true or false}-->
8
                <property name="otpcore.connection.autocommit">true</property>
9
                <!--isolation {1,2,3,4}-->
10
                <property name="otpcore.connection.isolation">2</property>
11
                <!--enable log {true or false}-->
12
                <property name="otpcore.log.enable">false</property>
13
                <!--log4j  properties {log4j.properties}-->
14
                <property name="otpcore.log4j.properties">log4j.xml</property>
15
                <!--cache count {1,2,3...500}-->
16
                <property name="otpcore.log.cache.count">1</property>
17
                <!--table prefix {ftotp_}-->
18
                <property name="otpcore.table.prefix">ftotp_</property>
19
                <!--user token}-->
20
                <property name="otpcore.user.token.type">-1</property>
21
        </session-factory>
22
</otpcore-configuration>