summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2016-06-10 10:57:07 +0100
committerAndrej Shadura <andrewsh@debian.org>2020-11-19 09:38:22 +0100
commit9acfd239da80fbc28eeecd618f1c1415795abbee (patch)
tree18f60211e26c272d078605aa591f27a0a4821d37
parent41a75beb16da7e1136d0a7dd4b479076d0b94b45 (diff)
change_instructions
Gbp-Pq: Name 0002-change_instructions.patch
-rw-r--r--synapse/config/_base.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/synapse/config/_base.py b/synapse/config/_base.py
index 85f65da4..f6b53c51 100644
--- a/synapse/config/_base.py
+++ b/synapse/config/_base.py
@@ -40,6 +40,11 @@ class ConfigError(Exception):
MISSING_REPORT_STATS_CONFIG_INSTRUCTIONS = """\
Please opt in or out of reporting anonymized homeserver usage statistics, by
setting the `report_stats` key in your config file to either True or False.
+
+To set it run:
+
+ dpkg-reconfigure matrix-synapse
+
"""
MISSING_REPORT_STATS_SPIEL = """\
@@ -54,6 +59,11 @@ Thank you.
MISSING_SERVER_NAME = """\
Missing mandatory `server_name` config option.
+
+To set it run:
+
+ dpkg-reconfigure matrix-synapse
+
"""