Skip to content

Commit

Permalink
tomee custom
Browse files Browse the repository at this point in the history
  • Loading branch information
feborghi authored and feborghi committed May 9, 2024
1 parent 62e4057 commit 8d23791
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/config/conf/tomee.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<tomee>
<Resource id="ConfigHubMainDS" type="DataSource">
JdbcDriver = com.mysql.jdbc.Driver
JdbcUrl = jdbc:mysql://localhost:3305/ConfigHub
UserName = root
Password = root
JdbcDriver = ${DB_DRIVER}
JdbcUrl = ${DB_URL}
UserName = ${DB_USERNAME}
Password = ${DB_PASSWORD}

JtaManaged = false
validationQuery = SELECT 1
maxWaitTime = 2 seconds
maxActive = 200
</Resource>
</tomee>
</tomee>

0 comments on commit 8d23791

Please sign in to comment.