Skip to content
Snippets Groups Projects
Select Git revision
  • b7118f70ec026363a8dc05725d0014e28f5ebb95
  • master default protected
2 results

main.yml

Blame
  • 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 %}