fix ginko testsuite

This commit is contained in:
Willy Kloucek
2022-04-28 10:05:51 +02:00
parent 4a9b31f3b4
commit 83f75bf089
7 changed files with 21 additions and 9 deletions
@@ -723,6 +723,9 @@ func getService() svc.Service {
Root: "/",
Addr: "localhost:9110",
},
Reva: &config.Reva{
Address: "",
},
TokenManager: &config.TokenManager{
JWTSecret: jwtSecret,
},