From 546e74c56671f57bb5e856cc99a47066e1a8e4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 13 Feb 2023 13:36:15 +0000 Subject: [PATCH] add webfinger to Makefile, add missing default config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- Makefile | 1 + services/webfinger/pkg/config/defaults/defaultconfig.go | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 61c4ef3820..767d353aac 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ OCIS_MODULES = \ services/users \ services/web \ services/webdav\ + services/webfinger\ ocis \ ocis-pkg diff --git a/services/webfinger/pkg/config/defaults/defaultconfig.go b/services/webfinger/pkg/config/defaults/defaultconfig.go index f7765781b0..8804756b37 100644 --- a/services/webfinger/pkg/config/defaults/defaultconfig.go +++ b/services/webfinger/pkg/config/defaults/defaultconfig.go @@ -34,6 +34,7 @@ func DefaultConfig() *config.Config { Name: "webfinger", }, + OcisURL: "https://localhost:9200", Relations: []string{relations.OpenIDConnectRel, relations.OwnCloudInstanceRel}, Instances: []config.Instance{ {