mirror of
https://github.com/williamkray/maubot-invite.git
synced 2024-10-01 01:25:35 -04:00
13 lines
384 B
YAML
13 lines
384 B
YAML
# admin secret for the matrix-registration instance
|
|
admin_secret: mYsUp3rs3CretKEY12345
|
|
|
|
# how to get to the matrix-registration instance
|
|
# note the lack of trailing slash!
|
|
reg_url: 'https://www.yourwebsite.com'
|
|
# the duration the invitation should be valid, in days, before expiring
|
|
expiration: 3
|
|
|
|
# approved members who can generate invite tokens
|
|
admins:
|
|
- '@admin:yourwebsite.com'
|