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