Skip to content

Commit

Permalink
Correcting property names
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-A-McMahon committed Feb 20, 2024
1 parent a626b7a commit e6fa250
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ojdbc-provider-oci/example-adb.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
# Configures the OCI Database Connection String Provider. The OCID of the database
# is configured as an environment variable or JVM system property named
# "DATABASE_OCID":
oracle.jdbc.provider.database=ojdbc-provider-oci-database-connection-string
oracle.jdbc.provider.database.ocid=${DATABASE_OCID}
oracle.jdbc.provider.connectionString=ojdbc-provider-oci-database-connection-string
oracle.jdbc.provider.connectionString.ocid=${DATABASE_OCID}

# Configures the OCI Database TLS Provider. Again, the OCID of the database
# is configured as an environment variable or JVM system property named
# "DATABASE_OCID":
oracle.jdbc.provider.sslContext=ojdbc-provider-oci-database-tls
oracle.jdbc.provider.sslContext.ocid=${DATABASE_OCID}
oracle.jdbc.provider.tlsConfiguration=ojdbc-provider-oci-database-tls
oracle.jdbc.provider.tlsConfiguration.ocid=${DATABASE_OCID}

0 comments on commit e6fa250

Please sign in to comment.