|
|
@ -10,7 +10,7 @@ TUWUNEL_REGISTRATION_TOKEN=changeme |
|
|
## First-run initialization (matrix-init) |
|
|
## First-run initialization (matrix-init) |
|
|
## These variables are used once by matrix-init to create the admin user and |
|
|
## These variables are used once by matrix-init to create the admin user and |
|
|
## discover the admin room. The generated credentials are stored in |
|
|
## discover the admin room. The generated credentials are stored in |
|
|
## /var/lib/quadlets/matrix/tuwunel-backup.env (never edit that file manually). |
|
|
## /var/lib/virtiofs/data/matrix/tuwunel-backup.env (never edit that file manually). |
|
|
## |
|
|
## |
|
|
|
|
|
|
|
|
# Username and password for the initial admin account. |
|
|
# Username and password for the initial admin account. |
|
|
@ -25,5 +25,5 @@ MATRIX_INIT_ADMIN_PASSWORD=changeme |
|
|
MATRIX_BACKUP_RETENTION=7 |
|
|
MATRIX_BACKUP_RETENTION=7 |
|
|
|
|
|
|
|
|
# NOTE: MATRIX_BACKUP_ACCESS_TOKEN and MATRIX_BACKUP_ROOM_ID are auto-generated |
|
|
# NOTE: MATRIX_BACKUP_ACCESS_TOKEN and MATRIX_BACKUP_ROOM_ID are auto-generated |
|
|
# by matrix-init into /var/lib/quadlets/matrix/tuwunel-backup.env. Do not set |
|
|
# by matrix-init into /var/lib/virtiofs/data/matrix/tuwunel-backup.env. Do not set |
|
|
# them here. |
|
|
# them here. |
|
|
|