From 085f6f0f4ac1f318e16e2a6fbfa7f5a582fa0500 Mon Sep 17 00:00:00 2001 From: Ilja Neumann Date: Fri, 29 Jan 2021 15:40:08 +0100 Subject: [PATCH] Rename konnectd to idp --- idp/cmd/{konnectd => idp}/main.go | 0 idp/templates/CONFIGURATION.tmpl | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename idp/cmd/{konnectd => idp}/main.go (100%) diff --git a/idp/cmd/konnectd/main.go b/idp/cmd/idp/main.go similarity index 100% rename from idp/cmd/konnectd/main.go rename to idp/cmd/idp/main.go diff --git a/idp/templates/CONFIGURATION.tmpl b/idp/templates/CONFIGURATION.tmpl index 713987abc9..54fee74626 100644 --- a/idp/templates/CONFIGURATION.tmpl +++ b/idp/templates/CONFIGURATION.tmpl @@ -35,7 +35,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-idp reads `idp.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/konnectd/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 [our repository](https://github.com/owncloud/ocis/tree/master/idp/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