Skip to content

Commit

Permalink
Merge pull request #37714 from loicmathieu/doc/cloud-sql
Browse files Browse the repository at this point in the history
Remove the driver property in the documentation for Cloud SQL
  • Loading branch information
gsmet committed Dec 13, 2023
2 parents a835c95 + 7e3b81a commit cc0f3e6
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 cc0f3e6

Please sign in to comment.