mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 04:37:36 +01:00
Clarify domain of Dimension admin users in docs by using matrix_domain variable
This commit is contained in:
parent
20c605554d
commit
f7fcf3590a
@ -21,7 +21,9 @@ These users can modify the integrations this Dimension supports. Admin interface
|
||||
Add this to your configuration file (`inventory/host_vars/matrix.<your-domain>/vars.yml`):
|
||||
|
||||
```yaml
|
||||
matrix_dimension_admins: ['@user1:domain.com', '@user2:domain.com']
|
||||
matrix_dimension_admins:
|
||||
- "@user1:{{ matrix_domain }}"
|
||||
- "@user2:{{ matrix_domain }}"
|
||||
```
|
||||
|
||||
## Access token
|
||||
|
Loading…
Reference in New Issue
Block a user