Skip to content

Commit 901e1b8

Browse files
committed
init for graalvm workshops
1 parent e7847ad commit 901e1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalvm-nativeimage/helidon/src/main/resources/META-INF/microprofile-config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ server.host=0.0.0.0
44

55
# DataSource properties
66
javax.sql.DataSource.example.connectionFactoryClassName=oracle.jdbc.pool.OracleDataSource
7-
javax.sql.DataSource.example.URL=jdbc:oracle:thin:@<ATP_NAME>_high?TNS_ADMIN=/home/<YOUR_USER>/<YOUR_WALLET_LOCATION>
7+
javax.sql.DataSource.example.URL=jdbc:oracle:thin:@<ATP_NAME>_high?TNS_ADMIN=/home/<YOUR_USER>/myatpwallet
88
javax.sql.DataSource.example.user=ADMIN
99
javax.sql.DataSource.example.password=<ADMIN_PASSWORD>

0 commit comments

Comments
 (0)