add webfinger to Makefile, add missing default config

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2023-02-13 13:36:15 +00:00
parent e853b98918
commit 546e74c566
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ OCIS_MODULES = \
services/users \
services/web \
services/webdav\
services/webfinger\
ocis \
ocis-pkg

View File

@@ -34,6 +34,7 @@ func DefaultConfig() *config.Config {
Name: "webfinger",
},
OcisURL: "https://localhost:9200",
Relations: []string{relations.OpenIDConnectRel, relations.OwnCloudInstanceRel},
Instances: []config.Instance{
{