We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7847ad commit 901e1b8Copy full SHA for 901e1b8
graalvm-nativeimage/helidon/src/main/resources/META-INF/microprofile-config.properties
@@ -4,6 +4,6 @@ server.host=0.0.0.0
4
5
# DataSource properties
6
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>
+javax.sql.DataSource.example.URL=jdbc:oracle:thin:@<ATP_NAME>_high?TNS_ADMIN=/home/<YOUR_USER>/myatpwallet
8
javax.sql.DataSource.example.user=ADMIN
9
javax.sql.DataSource.example.password=<ADMIN_PASSWORD>
0 commit comments