Merge branch 'master' into ocis-1018

This commit is contained in:
A.Unger
2020-11-11 20:17:40 +01:00
7 changed files with 56 additions and 32 deletions
+6
View File
@@ -53,6 +53,11 @@ type Tracing struct {
Service string
}
// TokenManager is the config for using the reva token manager
type TokenManager struct {
JWTSecret string
}
// Config combines all available configuration parts.
type Config struct {
File string
@@ -62,6 +67,7 @@ type Config struct {
HTTP HTTP
GRPC GRPC
Tracing Tracing
TokenManager TokenManager
Accounts *accounts.Config
Graph *graph.Config