Skip to content

Commit

Permalink
fix redis address variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
individual-it authored Nov 18, 2020
1 parent 1034548 commit a233f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ocis/deployment/basic-remote-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In this example we do not change the default port (`9200`). But this could be ch

### Start the ocis fullstack server

You need to configure `your-host` in some services to provide the needed public resources. When using the owncloud storage driver (which is the default) oCIS currently needs a running Redis Server reachable locally on the machine at the default port (`localhost:6379`). You can change this using the following option `REVA_STORAGE_OWNCLOUD_REDIS_ADDR=some-host:6379`.
You need to configure `your-host` in some services to provide the needed public resources. When using the owncloud storage driver (which is the default) oCIS currently needs a running Redis Server reachable locally on the machine at the default port (`localhost:6379`). You can change this using the following option `STORAGE_DRIVER_OWNCLOUD_REDIS_ADDR=some-host:6379`.

```bash
PROXY_HTTP_ADDR=0.0.0.0:9200 \
Expand Down

0 comments on commit a233f54

Please sign in to comment.