dockerolat/ROOT.xml
2023-09-05 16:20:55 +02:00

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>