Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
butonic committed Feb 12, 2020
1 parent 692acae commit 55250ad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The following sections list the changes for unreleased.
* Chg #68: Use /home as default namespace
* Chg #1: Initial release of basic version
* Chg #6: Start multiple services with dedicated commands
* Enh #87: Expose owncloud storage driver config in flagset

## Details

Expand Down Expand Up @@ -76,4 +77,19 @@ The following sections list the changes for unreleased.

https://github.com/owncloud/ocis-reva/issues/6

* Enhancement #87: Expose owncloud storage driver config in flagset

Three new flags are now available:

- scan files on startup to generate missing fileids default: `true` env var:
`REVA_STORAGE_OWNCLOUD_SCAN` cli option: `--storage-owncloud-scan`

- autocreate home path for new users default: `true` env var:
`REVA_STORAGE_OWNCLOUD_AUTOCREATE` cli option: `--storage-owncloud-autocreate`

- the address of the redis server default: `:6379` env var:
`REVA_STORAGE_OWNCLOUD_REDIS_ADDR` cli option: `--storage-owncloud-redis`

https://github.com/owncloud/ocis-reva/issues/87


0 comments on commit 55250ad

Please sign in to comment.