matrix-synapse: Provide a required report_stats

This commit is contained in:
Alexander Olofsson 2020-08-14 10:40:14 +02:00
parent 20c696a55b
commit 038c4a9add
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
3 changed files with 6 additions and 1 deletions

View file

@ -6,7 +6,7 @@ icon: https://matrix.org/images/matrix-logo.svg
appVersion: 1.18.0 appVersion: 1.18.0
type: application type: application
version: 1.0.0 version: 1.0.1
maintainers: maintainers:
- name: Alexander Olofsson - name: Alexander Olofsson
email: ace@haxalot.com email: ace@haxalot.com

View file

@ -39,6 +39,7 @@ data:
web_client: False web_client: False
soft_file_limit: 0 soft_file_limit: 0
log_config: "/synapse/config/log.yaml" log_config: "/synapse/config/log.yaml"
report_stats: {{ required "You need to specify config.reportStats" .Values.config.reportStats }}
## Ports ## ## Ports ##

View file

@ -60,6 +60,10 @@ config:
## ##
# logLevel: INFO # logLevel: INFO
## Should usage stats be reported
##
reportStats: false
## Protect registration with recaptcha. (optional) ## Protect registration with recaptcha. (optional)
## ##
# recaptcha: # recaptcha: