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:
|
||||
root: ""
|
||||
{% if env == 'staging' %}
|
||||
{{ maubot_stg_admin_username }}: "{{ maubot_stg_admin_password }}"
|
||||
{{ maubot_stg_admin_user }}: "{{ maubot_stg_admin_password }}"
|
||||
{% endif %}
|
||||
|
||||
api_features:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue