Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
etherpad-api-proxy.j2 242 B
[upstream]
url = "{{etherpad_api_proxy_upstream_url}}"
api_key = "{{etherpad_api_proxy_upstream_api_key}}"
{% for account in etherpad_api_proxy_accounts %}
[[api_keys]]
orga = "{{account.name}}"
api_key = "{{account.api_key}}"
{% endfor %}