add app-registry service

This commit is contained in:
Willy Kloucek
2022-05-03 12:04:59 +02:00
parent ba2fbee07d
commit 26a92f2bad
25 changed files with 864 additions and 24 deletions

View File

@@ -23,9 +23,9 @@ func DefaultConfig() *config.Config {
Zpages: false,
},
GRPC: config.GRPCConfig{
Addr: "127.0.0.1:9146",
Addr: "127.0.0.1:9146",
Namespace: "com.owncloud.api",
Protocol: "tcp",
Protocol: "tcp",
},
Service: config.Service{
Name: "auth-basic",