Replace server.com with example.com

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2024-10-18 02:35:17 +09:00
parent ee55138f57
commit 9089963fa8
10 changed files with 17 additions and 17 deletions

View File

@ -30,14 +30,14 @@ matrix_mx_puppet_steam_homeserver_address: ""
matrix_mx_puppet_steam_homeserver_domain: '{{ matrix_domain }}'
matrix_mx_puppet_steam_appservice_address: 'http://matrix-mx-puppet-steam:{{ matrix_mx_puppet_steam_appservice_port }}'
# "@user:server.com" to allow specific user
# "@user:example.com" to allow specific user
# "@.*:example.com" to allow users on a specific homeserver
# "@.*" to allow anyone
matrix_mx_puppet_steam_provisioning_whitelist:
- "@.*:{{ matrix_domain | regex_escape }}"
# Leave empty to disable blacklist
# "@user:server.com" disallow a specific user
# "@user:example.com" disallow a specific user
# "@.*:example.com" disallow users on a specific homeserver
matrix_mx_puppet_steam_provisioning_blacklist: []