mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 19:59:37 -06:00
add webfinger to Makefile, add missing default config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
1
Makefile
1
Makefile
@@ -46,6 +46,7 @@ OCIS_MODULES = \
|
||||
services/users \
|
||||
services/web \
|
||||
services/webdav\
|
||||
services/webfinger\
|
||||
ocis \
|
||||
ocis-pkg
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ func DefaultConfig() *config.Config {
|
||||
Name: "webfinger",
|
||||
},
|
||||
|
||||
OcisURL: "https://localhost:9200",
|
||||
Relations: []string{relations.OpenIDConnectRel, relations.OwnCloudInstanceRel},
|
||||
Instances: []config.Instance{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user