## ## Matrix Configuration Environment Variables (Tuwunel) ## TUWUNEL_SERVER_NAME=example.com TUWUNEL_PORT=6167 TUWUNEL_REGISTRATION_TOKEN=changeme ## ## First-run initialization (matrix-init) ## These variables are used once by matrix-init to create the admin user and ## discover the admin room. The generated credentials are stored in ## /var/lib/virtiofs/data/matrix/tuwunel-backup.env (never edit that file manually). ## # Username and password for the initial admin account. MATRIX_INIT_ADMIN_USER=admin MATRIX_INIT_ADMIN_PASSWORD=changeme ## ## Backup configuration ## # Number of dated backup archives to keep on virtiofs (0 = keep all). MATRIX_BACKUP_RETENTION=7 # NOTE: MATRIX_BACKUP_ACCESS_TOKEN and MATRIX_BACKUP_ROOM_ID are auto-generated # by matrix-init into /var/lib/virtiofs/data/matrix/tuwunel-backup.env. Do not set # them here.