add fixes from review

This commit is contained in:
Willy Kloucek
2022-04-29 16:10:21 +02:00
parent 4fdd3170cc
commit 1cdb81bd3e
30 changed files with 29 additions and 147 deletions
+1 -3
View File
@@ -723,9 +723,7 @@ func getService() svc.Service {
Root: "/",
Addr: "localhost:9110",
},
Reva: &config.Reva{
Address: "",
},
Reva: &config.Reva{},
TokenManager: &config.TokenManager{
JWTSecret: jwtSecret,
},