summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-04-08 15:47:39 +0100
committerGitHub <noreply@github.com>2019-04-08 15:47:39 +0100
commitb25e387c0d0eef77e0ba20cb9f12b67272664bae (patch)
treefa07bc3910ad6a2f9bcee968fdd36866eb4e45f2 /docs
parentMerge pull request #5024 from matrix-org/rav/record_correct_server_in_serverkeys (diff)
downloadsynapse-b25e387c0d0eef77e0ba20cb9f12b67272664bae.tar.xz
add context to phonehome stats (#5020)
add context to phonehome stats
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index f6b3fac6cd..a380b5f9a8 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -236,6 +236,9 @@ listeners:
 #  - medium: 'email'
 #    address: 'reserved_user@example.com'
 
+# Used by phonehome stats to group together related servers.
+#server_context: context
+
 
 ## TLS ##