ansible-taler-exchange

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

exchange-accountcredentials.secret.conf.j2 (248B)


      1 # regional-currency/setup-exchange.sh accountcredentials pattern
      2 [exchange-accountcredentials-{{ exchange_account_id }}]
      3 WIRE_GATEWAY_URL = {{ EXCHANGE_WIRE_GATEWAY_URL }}
      4 WIRE_GATEWAY_AUTH_METHOD = bearer
      5 TOKEN = {{ EXCHANGE_WIRE_GATEWAY_TOKEN }}