Skip to content

Commit

Permalink
fix: update link docs to remove erroneous copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Diaz-Gonzalez committed Feb 25, 2023
1 parent f2ef552 commit b650220
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,6 @@ This will cause `COUCHDB_URL` to be set as:
http2://lollipop:SOME_PASSWORD@dokku-couchdb-lollipop:5984/lollipop
```

If you specify `COUCHDB_DATABASE_SCHEME` to equal `http`, we`ll also automatically adjust `COUCHDB_URL` to match the http interface:

```
http://lollipop:SOME_PASSWORD@dokku-couchdb-lollipop:${PLUGIN_DATASTORE_PORTS[1]}
```

### unlink the couchdb service from the app

```shell
Expand Down
4 changes: 0 additions & 4 deletions subcommands/link
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ service-link-cmd() {
#E this will cause ${PLUGIN_DEFAULT_ALIAS}_URL to be set as:
#E
#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 app, app to run command against
#F -a|--alias "BLUE_DATABASE", an alternative alias to use for linking to an app via environment variable
Expand Down

0 comments on commit b650220

Please sign in to comment.