Skip to content

Commit

Permalink
Remove the driver property in the documentation for Cloud SQL
Browse files Browse the repository at this point in the history
(cherry picked from commit 7e3b81a)
  • Loading branch information
loicmathieu authored and gsmet committed Dec 18, 2023
1 parent f9870f6 commit 42a4539
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/main/asciidoc/deploying-to-google-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ Finally, you need to configure your datasource specifically to use the socket fa
----
quarkus.datasource.db-kind=postgresql
quarkus.datasource.jdbc.url=jdbc:postgresql:///mydatabase <1>
quarkus.datasource.jdbc.driver=org.postgresql.Driver
quarkus.datasource.username=quarkus
quarkus.datasource.password=quarkus
quarkus.datasource.jdbc.additional-jdbc-properties.cloudSqlInstance=project-id:gcp-region:instance <2>
Expand Down

0 comments on commit 42a4539

Please sign in to comment.