mirror of
https://github.com/Noratrieb/dockerolat.git
synced 2026-01-14 18:05:03 +01:00
do things
This commit is contained in:
parent
f43abee05c
commit
7166133801
7 changed files with 136 additions and 0 deletions
12
ROOT.xml
Normal file
12
ROOT.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue