summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2016-06-10 10:57:07 +0100
committerAndrej Shadura <andrewsh@debian.org>2019-12-22 15:21:40 +0100
commitb4e19fbbe0ee298bfd9eb3416c5eb12397befd28 (patch)
tree5c34f0cf8b930e1234f4ae14d7ecc613584707ed
parent76aace871599af6f4cd36e15c006134dae4b2e0f (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 08619404..ccf5f759 100644
--- a/synapse/config/_base.py
+++ b/synapse/config/_base.py
@@ -36,6 +36,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 = """\
@@ -50,6 +55,11 @@ Thank you.
MISSING_SERVER_NAME = """\
Missing mandatory `server_name` config option.
+
+To set it run:
+
+ dpkg-reconfigure matrix-synapse
+
"""