maubot: use the actual admin_user var
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
286e67dba6
commit
e14d639b77
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ homeservers:
|
||||||
admins:
|
admins:
|
||||||
root: ""
|
root: ""
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
{{ maubot_stg_admin_username }}: "{{ maubot_stg_admin_password }}"
|
{{ maubot_stg_admin_user }}: "{{ maubot_stg_admin_password }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
api_features:
|
api_features:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue