mirror of
https://github.com/Noratrieb/dockerolat.git
synced 2026-01-14 18:05:03 +01:00
12 lines
552 B
XML
12 lines
552 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<Context path="" docBase="/home/openolat/webapp" debug="0" reloadable="false" allowLinking="true">
|
|
<Resource name="jdbc/openolatDS" auth="Container" type="javax.sql.DataSource"
|
|
maxTotal="16" maxIdle="4" maxWaitMillis="60000"
|
|
username="oodbu" password="__PASSWORD__"
|
|
driverClassName="org.postgresql.Driver"
|
|
validationQuery="SELECT 1"
|
|
validationQueryTimeout="-1"
|
|
testOnBorrow="true"
|
|
testOnReturn="false"
|
|
url="__DB_URL__"/>
|
|
</Context>
|