matrix-synapse: Provide a required report_stats
This commit is contained in:
parent
20c696a55b
commit
038c4a9add
3 changed files with 6 additions and 1 deletions
|
@ -6,7 +6,7 @@ icon: https://matrix.org/images/matrix-logo.svg
|
|||
appVersion: 1.18.0
|
||||
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
maintainers:
|
||||
- name: Alexander Olofsson
|
||||
email: ace@haxalot.com
|
||||
|
|
|
@ -39,6 +39,7 @@ data:
|
|||
web_client: False
|
||||
soft_file_limit: 0
|
||||
log_config: "/synapse/config/log.yaml"
|
||||
report_stats: {{ required "You need to specify config.reportStats" .Values.config.reportStats }}
|
||||
|
||||
## Ports ##
|
||||
|
||||
|
|
|
@ -60,6 +60,10 @@ config:
|
|||
##
|
||||
# logLevel: INFO
|
||||
|
||||
## Should usage stats be reported
|
||||
##
|
||||
reportStats: false
|
||||
|
||||
## Protect registration with recaptcha. (optional)
|
||||
##
|
||||
# recaptcha:
|
||||
|
|
Loading…
Reference in a new issue