Skip to content
Snippets Groups Projects
Unverified Commit 2af82f6d authored by Raimon Grau's avatar Raimon Grau Committed by GitHub
Browse files

improve MB_DB_CONNECTION_URI example (#14586)

The example now follows a standard jdbc uri string
parent be0230c8
Branches
Tags
No related merge requests found
......@@ -189,7 +189,7 @@ Default: `null`
A JDBC-style connection URI that can be used instead of most of `MB_DB_*` like [MB_DB_HOST](#mb_db_host). Also used when certain Connection String parameters are required for the connection. The connection type requirement is the same as [MB_DB_TYPE](#mb_db_type).
Example: `postgres://dbuser:dbpassword@db.example.com:port/mydb?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory`
Example: `jdbc:postgresql://dbuser:dbpassword@db.example.com:port/mydb?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory`
#### `MB_DB_DBNAME`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment