2020-12-08 14:11:02 -05:00
|
|
|
# admin secret for the matrix-registration instance
|
|
|
|
admin_secret: mYsUp3rs3CretKEY12345
|
2021-05-07 17:06:05 -04:00
|
|
|
# versions of matrix-registration earlier than 0.9.0 used
|
|
|
|
# a different api endpoint. if you are running a version
|
|
|
|
# that is greater than or equal to 0.9.0, set this to false
|
|
|
|
legacy_mr: true
|
2020-12-08 14:11:02 -05:00
|
|
|
|
|
|
|
# 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'
|