ansible-taler-exchange

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

test-secrets.yml (1068B)


      1 ---
      2 # Symmetric encryption secret for KYC attribute encryption.
      3 exchange_attribute_encryption_key: SECRET2
      4 # EBICS access details
      5 libeufin_nexus_ebics_host_base_url: https://isotest.postfinance.ch/ebicsweb/ebicsweb
      6 libeufin_nexus_ebics_host_id: PFEBICS
      7 libeufin_nexus_ebics_user_id: PFC00664
      8 libeufin_nexus_ebics_partner_id: PFC00664
      9 libeufin_nexus_ebics_system_id: PFC00664
     10 
     11 # Authorization token for the telesign SMS service
     12 sms_challenger_telesign_auth_token: my-auth-token
     13 sms_challenger_clicksend_api_key: my-auth-token
     14 sms_challenger_clicksend_username: my-clicksend-user
     15 
     16 # Authorization data for the pingen postal service
     17 postal_challenger_pingen_client_id: myid
     18 postal_challenger_pingen_client_secret: mysecret
     19 postal_challenger_pingen_org_id: orgid
     20 
     21 # KYCaid access token
     22 exchange_kycaid_access_token: FIXME
     23 
     24 # Bearer access token for the auditor
     25 auditor_access_token: secret-token:FIXME
     26 
     27 # Bearer access token for monitoring
     28 prometheus_access_token: secret-token:FIXME
     29 
     30 # Bearer access token for loki.taler-systems.com
     31 loki_access_token: secret-token:FIXME