ansible-taler-exchange

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

libeufin-nexus-ebics.conf.j2 (451B)


      1 [nexus-ebics]
      2 
      3 # Base URL of the bank EBICS server.
      4 HOST_BASE_URL = {{ libeufin_nexus_ebics_host_base_url }}
      5 
      6 # EBICS host ID.
      7 HOST_ID = {{ libeufin_nexus_ebics_host_id }}
      8 
      9 # EBICS user ID, as assigned by the bank.
     10 USER_ID = {{ libeufin_nexus_ebics_user_id }}
     11 
     12 # EBICS partner ID, as assigned by the bank.
     13 PARTNER_ID = {{ libeufin_nexus_ebics_partner_id }}
     14 
     15 # EBICS system ID, as assigned by the bank.
     16 SYSTEM_ID = {{ libeufin_nexus_ebics_system_id }}