mirror of
https://github.com/owncloud/ocis
synced 2026-04-28 10:37:42 +02:00
configure services individually
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -97,8 +97,8 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
Cache: &config.Cache{
|
||||
Store: "nats-js-kv",
|
||||
Nodes: []string{"127.0.0.1:9233"},
|
||||
Database: "cache-roles",
|
||||
Table: "roles",
|
||||
TTL: time.Hour * 336,
|
||||
},
|
||||
Events: config.Events{
|
||||
|
||||
Reference in New Issue
Block a user