test-public.yml (2605B)
1 --- 2 # Public variables for a "test" deployment 3 # Deploy challenger? 4 deploy_challenger: true 5 # Main domain name. 6 domain_name: "topstest.fdold.eu" 7 exchange_domain: "exchange.{{ domain_name }}" 8 # Use nightly Taler distro (true/false). 9 USE_NIGHTLY: true 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 }}/" 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 exchange account at libeufin-nexus 39 LIBEUFIN_EXCHANGE_ACCOUNT: "exchange" 40 # Name of the bank dialect 41 LIBEUFIN_NEXUS_BANK_DIALECT: "maerki_baumann" 42 # SPA dialect (tops, gls, magnet, ...) 43 EXCHANGE_SPA_DIALECT: "tops" 44 # Business name of the exchange operator 45 EXCHANGE_OPERATOR_LEGAL_NAME: "Taler Operations AG" 46 # Where to send people after they passed KYC. 47 KYC_THANK_YOU_URL: https://taler-ops.ch/thank-you-kyc 48 # Template to use for identification of individuals with KYCAID 49 KYCAID_TEMPLATE_INDIVIDUAL: tmpl_xxx 50 # Template to use for identification of businesses with KYCAID 51 KYCAID_TEMPLATE_BUSINESS: tmpl_xxx 52 # Regex specifying allowed phone numbers for the SMS check 53 EXCHANGE_AML_PROGRAM_TOPS_SMS_HINT: "Swiss number required" 54 EXCHANGE_AML_PROGRAM_TOPS_SMS_REGEX: "\\\\+41[0-9]+" 55 # Regex specifying allowed country names for the postal address check 56 EXCHANGE_AML_PROGRAM_TOPS_POSTAL_COUNTRY_HINT: "Swiss address required" 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