Clarify detection requirements for JDBC URLs in Cloud Foundry Connector docs.

This commit is contained in:
Scott Frederick
2016-10-21 17:07:45 -05:00
parent d78a15d34f
commit 5d06861ef1

View File

@@ -81,7 +81,7 @@ The connector will check for:
* `tags` including `sqldb`, `dashDB`, or `db2`
* `label` beginning with the `sqldb`, `dashDB`, or `db2` tags
* `uri` or `uris` using the scheme `db2`
* `jdbcUrl` field in `credentials` using the scheme `db2`
* `jdbcUrl` field in `credentials` using the subprotocol `db2` in the JDBC URL
* `db2Uri`, `db2uri`, `db2Url`, or `db2url` fields in `credentials`
==== MongoDB
@@ -100,7 +100,7 @@ The connector will check for:
* `tags` including `mysql`
* `label` beginning with the `mysql` tag
* `uri` or `uris` using the scheme `mysql`
* `jdbcUrl` field in `credentials` using the scheme `mysql`
* `jdbcUrl` field in `credentials` using the subprotocol `mysql` in the JDBC URL
* `mysqlUri`, `mysqluri`, `mysqlUrl`, or `mysqlurl` fields in `credentials`
==== Oracle
@@ -118,7 +118,7 @@ The connector will check for:
* `tags` including `postgresql`
* `label` beginning with the `postgresql` tag
* `uri` or `uris` using the scheme `postgres`
* `jdbcUrl` field in `credentials` using the scheme `postgres`
* `jdbcUrl` field in `credentials` using the subprotocol `postgres` in the JDBC URL
* `postgresUri`, `postgresuri`, `postgresUrl`, or `postgresurl` fields in `credentials`
==== RabbitMQ
@@ -153,5 +153,5 @@ The connector will check for:
The connector will check for:
* `uri` or `uris` using the scheme `sqlserver`
* `jdbcUrl` field in `credentials` using the scheme `sqlserver`
* `jdbcUrl` field in `credentials` using the subprotocol `sqlserver` in the JDBC URL
* `sqlserverUri`, `sqlserveruri`, `sqlserverUrl`, or `sqlserverurl` fields in `credentials`