feat: add owner to static async services

This commit is contained in:
2023-07-07 10:51:28 +00:00
parent daaf6c173a
commit dbbe985d9e
2 changed files with 14 additions and 13 deletions

View File

@@ -3,6 +3,7 @@
"{{ service['name'] }}" : {
"timeout" : "{{ service['timeout'] }}",
"token" : "{{ service['token'] }}"
"owner" : "{{ service['owner'] }}"
}{% if not loop.last %},{% endif %}
{% endfor %}
}