Files
ocis/changelog/1.20.0_2022-04-13/make-config-dir-configurable.md
2022-04-13 11:05:32 +02:00

351 B

Enhancement: make config dir configurable

We have added an OCIS_CONFIG_DIR environment variable the will take precedence over the default /etc/ocis, ~/.ocis and .config locations. When it is set the default locations will be ignored and only the configuration files in that directory will be read.

https://github.com/owncloud/ocis/pull/3440