Browse Source
Merge pull request #484 from cnvandijk/docs-dimension-admin-domain
Clarify domain of Dimension admin users in docs by using matrix_domain variable
pull/491/head
Slavi Pantaleev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
docs/configuring-playbook-dimension.md
|
|
|
@@ -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 |
|
|
|
|