From fb2fe1dd19352bdf8b850bba986479e9d9cd54e9 Mon Sep 17 00:00:00 2001 From: Erwin Palma <30660343+erwinpalma@users.noreply.github.com> Date: Thu, 28 Jan 2021 15:05:01 +0100 Subject: [PATCH] Update CONFIGURATION.tmpl The following link does no exist [our repository](https://github.com/owncloud/ocis/tree/master/config), --- ocis/templates/CONFIGURATION.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocis/templates/CONFIGURATION.tmpl b/ocis/templates/CONFIGURATION.tmpl index d86a7033c4..0b26b350a0 100644 --- a/ocis/templates/CONFIGURATION.tmpl +++ b/ocis/templates/CONFIGURATION.tmpl @@ -39,7 +39,7 @@ $HOME/.ocis For this configuration to be picked up, have a look at your extension `root` command and look for which default config name it has assigned. *i.e: ocis-proxy reads `proxy.json | yaml | toml ...`*. -So far we support the file formats `JSON` and `YAML`, if you want to get a full example configuration just take a look at [our repository](https://github.com/owncloud/ocis/tree/master/config), there you can always see the latest configuration format. These example configurations include all available options and the default values. The configuration file will be automatically loaded if it's placed at `/etc/ocis/ocis.yml`, `${HOME}/.ocis/ocis.yml` or `$(pwd)/config/ocis.yml`. +So far we support the file formats `JSON` and `YAML`, if you want to get a full example configuration just take a look at (--> This link does not exist) [our repository](https://github.com/owncloud/ocis/tree/master/config), there you can always see the latest configuration format. These example configurations include all available options and the default values. The configuration file will be automatically loaded if it's placed at `/etc/ocis/ocis.yml`, `${HOME}/.ocis/ocis.yml` or `$(pwd)/config/ocis.yml`. ### Environment variables