Fix minor typos

This commit is contained in:
Phil Davis
2020-10-14 12:31:18 +05:45
parent 84e281e693
commit 1061783ef8
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ type Options struct {
Context *cli.Context
}
// Option undocummented
// Option undocumented
type Option func(o *Options)
// Services option

View File

@@ -41,7 +41,7 @@ For this configuration to be picked up, have a look at your extension `root` com
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`.
### Envrionment variables
### Environment variables
If you prefer to configure the service with environment variables you can see the available variables below.