Add micahrl.com to whitelist domain.

master
josiah 3 years ago
parent 8101e17709
commit 6dc39ee6a7

@ -2,7 +2,7 @@
# See: https://github.com/matrix-discord/mx-puppet-discord
matrix_mx_puppet_discord_enabled: true
friend_domain: "micahrl.com"
matrix_mx_puppet_discord_container_image_self_build: false
matrix_mx_puppet_discord_container_image_self_build_repo: "https://github.com/matrix-discord/mx-puppet-discord.git"
@ -34,6 +34,7 @@ matrix_mx_puppet_discord_client_secret: ''
# "@.*" to allow anyone
matrix_mx_puppet_discord_provisioning_whitelist:
- "@.*:{{ matrix_domain|regex_escape }}"
- "@.*:{{ friend_domain|regex_escape }}"
# Leave empty to disable blacklist
# "@user:server.com" disallow a specific user

Loading…
Cancel
Save