Spotter-VM/lxc-apps/mifosx/install/mifosx_conf/context.xml

15 lines
678 B
XML
Raw Permalink Normal View History

2018-01-19 20:32:16 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<Context>
<Resource type="javax.sql.DataSource" name="jdbc/mifosplatform-tenants"
factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"
driverClassName="org.drizzle.jdbc.DrizzleDriver"
2019-10-05 16:34:10 +02:00
url="jdbc:mysql:thin://mifosx-mariadb:3306/mifosplatform-tenants"
2018-01-19 20:32:16 +01:00
username="mifosx" password="${MIFOSX_PWD}" initialSize="3" maxActive="10"
maxIdle="6" minIdle="3" validationQuery="SELECT 1"
testOnBorrow="true" testOnReturn="true" testWhileIdle="true"
timeBetweenEvictionRunsMillis="30000" minEvictableIdleTimeMillis="60000"
logAbandoned="true" suspectTimeout="60"
/>
</Context>