Ver a proveniência
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
há 6 anos
committed by
GitHub
ascendente
cometimento
7c4bc02070
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
3 adições e
1 eliminações
-
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 |
|
|
|
|