Skip to content

Commit

Permalink
Add missing database context properties
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad authored Jul 27, 2023
1 parent 71f2b44 commit 5f186fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ context.driverClassName[0]=org.postgresql.Driver
context.url[0]=jdbc:postgresql://${POSTGRES_HOST:-localhost}:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-${POSTGRES_USER}}${POSTGRES_PARAMETERS:-}
context.username[0]=${POSTGRES_USER:-postgres}
context.password[0]=${POSTGRES_PASSWORD:-}
context.maxTotal[0]=50
context.maxIdle[0]=10
context.maxWaitMillis[0]=120000
context.accessToUnderlyingConnectionAllowed[0]=true
context.validationQuery[0]=SELECT 1

# context.dataSourceName[1]=jdbc/@@extraJdbcDataSource@@
# context.driverClassName[1]=@@extraJdbcDriverClassName@@
Expand Down

0 comments on commit 5f186fa

Please sign in to comment.