mirror of
https://github.com/owncloud/ocis
synced 2026-04-27 02:05:23 +02:00
add config option to enable or disable TLS for nats
This commit is contained in:
committed by
Michael Barz
parent
ff8b16f9da
commit
45b92fc56f
@@ -75,9 +75,9 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
},
|
||||
Events: config.Events{
|
||||
Addr: "127.0.0.1:9233",
|
||||
ClusterID: "ocis-cluster",
|
||||
TLSInsecure: true,
|
||||
Addr: "127.0.0.1:9233",
|
||||
ClusterID: "ocis-cluster",
|
||||
EnableTLS: false,
|
||||
},
|
||||
Cache: config.Cache{
|
||||
Store: "memory",
|
||||
|
||||
Reference in New Issue
Block a user