feat: proof keys verification for the collaboration service

This commit is contained in:
Juan Pablo Villafáñez
2024-07-25 13:16:07 +02:00
parent d47364dedb
commit 36d9a8c425
7 changed files with 195 additions and 17 deletions
@@ -26,6 +26,10 @@ func DefaultConfig() *config.Config {
LockName: "com.github.owncloud.collaboration",
Addr: "https://127.0.0.1:9980",
Insecure: false,
ProofKeys: config.ProofKeys{
// they'll be enabled by default
Duration: "12h",
},
},
GRPC: config.GRPC{
Addr: "127.0.0.1:9301",