configure services individually

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-12-13 12:49:54 +01:00
parent bbc4f83f7d
commit ad87ac955a
9 changed files with 14 additions and 7 deletions
@@ -112,6 +112,7 @@ func DefaultConfig() *config.Config {
HomeNamespace: "/users/{{.Id.OpaqueId}}",
AdditionalInfoAttribute: "{{.Mail}}",
StatCacheType: "nats-js-kv",
StatCacheNodes: []string{"127.0.0.1:9233"},
StatCacheDatabase: "cache-stat",
StatCacheTTL: 300 * time.Second,
ListOCMShares: true,