-
ADMIN_AUTHENTICATION_TOKEN
- Token to use for authorisation to be able to modify modules in the user interface. -
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.