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.

6 lines
247 B

  1. ADMIN_TOKEN=changeme
  2. SECRET_KEY=changeme_too
  3. WTF_CSRF_SECRET_KEY=csrf_changeme_also
  4. MATRIX_HOMESERVER=your_matrix_homeserver
  5. MATRIX_SHARED_SECRET=the_shared_registration_secret
  6. DATA_DIRECTORY=/srv/portal/data
  7. REGISTRATION_SUCCESS_REDIRECT=/success