ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | README | LICENSE

exchange-accountcredentials-primary.secret.conf.j2 (373B)


      1 [exchange-accountcredentials-primary]
      2 WIRE_GATEWAY_AUTH_METHOD = bearer
      3 {% if EXCHANGE_WIRE_GATEWAY_URL is defined %}
      4 WIRE_GATEWAY_URL = "{{ EXCHANGE_WIRE_GATEWAY_URL }}"
      5 TOKEN = {{ EXCHANGE_WIRE_GATEWAY_TOKEN }}
      6 {% else %}
      7 WIRE_GATEWAY_URL = "http://localhost:{{ libeufin_port }}/taler-wire-gateway/"
      8 TOKEN = {{ ansible_local['libeufin-nexus-access-token'] }}
      9 {% endif %}