#!/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=""