-
ADMIN_AUTHENTICATION_TOKEN
- Token to use for authorisation to be able to modify modules in the user interface. Alternatively configure SAML2 or OpenID Connect (see README.md for more information). -
SECRET_KEY
- Key used for encrypting sessions. Can be generated using:python -c 'import secrets; print(secrets.token_hex())'
Setup these environment variables and restart the Terrareg server.