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
|
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
|
||||||
|
|
|
@ -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 ##
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue