A simple web application that allows invitation based registration to a matrix instance
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
247 B

ADMIN_TOKEN=changeme
SECRET_KEY=changeme_too
WTF_CSRF_SECRET_KEY=csrf_changeme_also
MATRIX_HOMESERVER=your_matrix_homeserver
MATRIX_SHARED_SECRET=the_shared_registration_secret
DATA_DIRECTORY=/srv/portal/data
REGISTRATION_SUCCESS_REDIRECT=/success