mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 12:52:24 +03:00
Change default stats reporting endpoint (#3007)
It's the same instance we report to, only using the subdomain.
This commit is contained in:
parent
c7303cbf76
commit
689b5ee72f
2 changed files with 7 additions and 2 deletions
|
@ -95,7 +95,7 @@ global:
|
|||
# We use this information to understand how Dendrite is being used in the wild.
|
||||
report_stats:
|
||||
enabled: false
|
||||
endpoint: https://matrix.org/report-usage-stats/push
|
||||
endpoint: https://panopticon.matrix.org/push
|
||||
|
||||
# Server notices allows server admins to send messages to all users on the server.
|
||||
server_notices:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue