More calls to admin API which need access token (list user, list rooms, list room members)

This commit is contained in:
2020-12-26 00:35:08 +01:00
parent 805d543d3f
commit 232b05aa95
2 changed files with 129 additions and 6 deletions

View File

@@ -1,4 +1,8 @@
#!/bin/bash
# Location of synapse virtual environment
MATRIX_HOME="/opt/synapse"
# Corresponds to "server_name" in synapse config
MATRIX_DOMAIN="matrix.example.com"
# Provide an admin access token for API calls
MATRIX_ACCESS=""