fix: update link docs to remove erroneous copy-paste
This commit is contained in:
@@ -247,12 +247,6 @@ This will cause `MONGO_URL` to be set as:
|
|||||||
mongodb2://lollipop:SOME_PASSWORD@dokku-mongo-lollipop:27017/lollipop
|
mongodb2://lollipop:SOME_PASSWORD@dokku-mongo-lollipop:27017/lollipop
|
||||||
```
|
```
|
||||||
|
|
||||||
If you specify `MONGO_DATABASE_SCHEME` to equal `http`, we`ll also automatically adjust `MONGO_URL` to match the http interface:
|
|
||||||
|
|
||||||
```
|
|
||||||
http://lollipop:SOME_PASSWORD@dokku-mongo-lollipop:${PLUGIN_DATASTORE_PORTS[1]}
|
|
||||||
```
|
|
||||||
|
|
||||||
### unlink the mongo service from the app
|
### unlink the mongo service from the app
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
@@ -38,10 +38,6 @@ service-link-cmd() {
|
|||||||
#E this will cause ${PLUGIN_DEFAULT_ALIAS}_URL to be set as:
|
#E this will cause ${PLUGIN_DEFAULT_ALIAS}_URL to be set as:
|
||||||
#E
|
#E
|
||||||
#E ${PLUGIN_SCHEME}2://lollipop:SOME_PASSWORD@dokku-${PLUGIN_COMMAND_PREFIX}-lollipop:${PLUGIN_DATASTORE_PORTS[0]}/lollipop
|
#E ${PLUGIN_SCHEME}2://lollipop:SOME_PASSWORD@dokku-${PLUGIN_COMMAND_PREFIX}-lollipop:${PLUGIN_DATASTORE_PORTS[0]}/lollipop
|
||||||
#E
|
|
||||||
#E If you specify ${PLUGIN_VARIABLE}_DATABASE_SCHEME to equal `http`, we'll also automatically adjust ${PLUGIN_DEFAULT_ALIAS}_URL to match the http interface:
|
|
||||||
#E
|
|
||||||
#E http://lollipop:SOME_PASSWORD@dokku-${PLUGIN_COMMAND_PREFIX}-lollipop:${PLUGIN_DATASTORE_PORTS[1]}
|
|
||||||
#A service, service to run command against
|
#A service, service to run command against
|
||||||
#A app, app to run command against
|
#A app, app to run command against
|
||||||
#F -a|--alias "BLUE_DATABASE", an alternative alias to use for linking to an app via environment variable
|
#F -a|--alias "BLUE_DATABASE", an alternative alias to use for linking to an app via environment variable
|
||||||
|
|||||||
Reference in New Issue
Block a user