test-public.yml (2713B)
1 --- 2 # Public variables for a "test" deployment 3 # High-level kind of deployment. 4 # Other customizations depend on this. 5 # Can be "gls" or "tops" (later: "magnet") 6 deployment_kind: "tops" 7 # Main domain name. 8 domain_name: "topstest.fdold.eu" 9 exchange_domain: "exchange.{{ domain_name }}" 10 # Deploy EBICS configuration (true/false). 11 use_ebics: false 12 # Our currency. 13 currency: CHF 14 # Smallest unit of the currency for wire transfers. 15 currency_round_unit: "CHF:0.01" 16 # Base URL of the exchange REST API 17 exchange_base_url: "https://exchange.{{ domain_name }}/" 18 # Base URL of the auditor REST API 19 auditor_base_url: "https://auditor.{{ domain_name }}/" 20 # Exchange offline master public key. 21 exchange_master_pub: GT1ZRF6DT4RAETDEGW3KTWRH15RAKH9T0TK6ZJEYFGRX18B54AK0 22 # Auditor offline public key. 23 auditor_pub: P6B7ZS7Y1Y12S0VP0PAJ1GQGSHW8RE4NSBTP8PR254J18SK24MH0 24 # URL with merchants accepting this exchange. 25 exchange_shopping_url: "https://shops.taler-ops.ch/" 26 # Name of Terms of service resource file 27 exchange_terms_etag: "exchange-tos-v0" 28 # Name of Privacy policy resource file 29 exchange_pp_etag: "exchange-pp-v0" 30 # Full BIC of exchange account 31 exchange_bank_account_bic: "MAEBCHZZ" 32 # Full Payto URI of exchange account (for credit and debit) 33 exchange_bank_account_iban: "CH6808573105529100001" 34 # Full Payto URI of exchange account (for credit and debit) 35 exchange_bank_account_payto: "payto://iban/{{ exchange_bank_account_iban }}?receiver-name=Taler+Operations+AG" 36 # Port to be used by libeufin-nexus for the taler-exchange-wire-gateway 37 libeufin_port: 8082 38 # Name of the bank dialect 39 libeufin_nexus_bank_dialect: "maerki_baumann" 40 # SPA dialect (tops, gls, magnet, ...) 41 exchange_spa_dialect: "tops" 42 # Business name of the exchange operator 43 exchange_operator_legal_name: "Taler Operations AG" 44 # Where to send people after they passed KYC. 45 kyc_thank_you_url: https://taler-ops.ch/thank-you-kyc.html 46 # Template to use for identification of individuals with KYCAID 47 kycaid_template_individual: tmpl_xxx 48 # Template to use for identification of businesses with KYCAID 49 kycaid_template_business: tmpl_xxx 50 # Regex specifying allowed phone numbers for the SMS check 51 exchange_aml_program_tops_sms_hint: "Swiss number required" 52 exchange_aml_program_tops_sms_example: "+41948224521" 53 exchange_aml_program_tops_sms_regex: "\\\\+41[0-9]+" 54 # Regex specifying allowed country names for the postal address check 55 exchange_aml_program_tops_postal_country_hint: "Swiss address required" 56 exchange_aml_program_tops_postal_example: "Max Mustermann\\nBahnhofsplatz 1\\n4201 Biel/Bienne" 57 exchange_aml_program_tops_postal_country_regex: "CH|Ch|ch" 58 # Tool to use for sanction list checking 59 exchange_sanction_helper: taler-exchange-helper-sanctions-dummy