Skip to content

Commit

Permalink
init for graalvm workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
paulparkinson committed Oct 3, 2024
1 parent 54899b2 commit 33047ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ quarkus.datasource.db-kind=oracle
quarkus.datasource.jdbc.driver=oracle.jdbc.driver.OracleDriver
quarkus.datasource.jdbc.url=jdbc:oracle:thin:@gdpaulsep27i_tp?TNS_ADMIN=/Users/pparkins/Downloads/Wallet_gdpaulsep27o
quarkus.datasource.username=inventoryuser
quarkus.datasource.password=Welcome12345
quarkus.datasource.password=placeholder
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# DB properties
oracle.ucp.jdbc.PoolDataSource.inventorypdb.URL = jdbc:oracle:thin:@gdpaulobi_tp?TNS_ADMIN=/Users/pparkins/Downloads/Wallet_gdpaulsep27o
oracle.ucp.jdbc.PoolDataSource.inventorypdb.user = inventoryuser
oracle.ucp.jdbc.PoolDataSource.inventorypdb.password = Welcome12345
oracle.ucp.jdbc.PoolDataSource.inventorypdb.password = placeholder
oracle.ucp.jdbc.PoolDataSource.inventorypdb.connectionFactoryClassName = oracle.jdbc.pool.OracleDataSource

0 comments on commit 33047ed

Please sign in to comment.