test-public.yml (3347B)
1 --- 2 # Pregenerated dhparam.pem is less secure but significantly faster. 3 USE_PREGENERATED_DHPARAM: true 4 # Deploy challenger? 5 deploy_challenger: true 6 # Main domain name. 7 domain_name: "topstest.fdold.eu" 8 exchange_domain: "exchange.{{ domain_name }}" 9 # Our internal hostname 10 TARGET_HOST_NAME: "acai.box.fdold.eu" 11 # Disable restore from backup? MUST be set to "false" once in production! 12 # This forces a backup to be provided *if* there is no database on the 13 # target system already. If such a database exists, we will NOT restore 14 # any backup even if this is 'false'. If no database exists on the target 15 # system and this option is 'false', then a backup must have been provided 16 # at the originating host (you get get it using the 'restore.sh' script). 17 DISABLE_RESTORE_BACKUP: true 18 # Use nightly Taler distro (true/false). 19 USE_NIGHTLY: true 20 # Deploy EBICS configuration (true/false). 21 use_ebics: false 22 # Our currency. 23 CURRENCY: CHF 24 # Smallest unit of the currency for wire transfers. 25 CURRENCY_ROUND_UNIT: "CHF:0.01" 26 # Base URL of the exchange REST API 27 EXCHANGE_BASE_URL: "https://exchange.{{ domain_name }}/" 28 # Base URL of the auditor REST API 29 AUDITOR_BASE_URL: "https://auditor.{{ domain_name }}/" 30 # Exchange offline master public key. 31 EXCHANGE_MASTER_PUB: GT1ZRF6DT4RAETDEGW3KTWRH15RAKH9T0TK6ZJEYFGRX18B54AK0 32 # Auditor offline public key. 33 AUDITOR_PUB: P6B7ZS7Y1Y12S0VP0PAJ1GQGSHW8RE4NSBTP8PR254J18SK24MH0 34 # URL with merchants accepting this exchange. 35 EXCHANGE_SHOPPING_URL: "https://shops.taler-ops.ch/" 36 # Name of Terms of service resource file 37 EXCHANGE_TERMS_ETAG: "exchange-tos-v0" 38 # Name of Privacy policy resource file 39 EXCHANGE_PP_ETAG: "exchange-pp-v0" 40 # Full BIC of exchange account 41 EXCHANGE_BANK_ACCOUNT_BIC: "MAEBCHZZ" 42 # Full Payto URI of exchange account (for credit and debit) 43 EXCHANGE_BANK_ACCOUNT_IBAN: "CH6808573105529100001" 44 # Full Payto URI of exchange account (for credit and debit) 45 EXCHANGE_BANK_ACCOUNT_PAYTO: "payto://iban/{{ EXCHANGE_BANK_ACCOUNT_IBAN }}?receiver-name=Taler+Operations+AG" 46 # Port to be used by libeufin-nexus for the taler-exchange-wire-gateway 47 LIBEUFIN_PORT: 8082 48 # Name of the exchange account at libeufin-nexus 49 LIBEUFIN_EXCHANGE_ACCOUNT: "exchange" 50 # Name of the bank dialect 51 LIBEUFIN_NEXUS_BANK_DIALECT: "maerki_baumann" 52 # SPA dialect (tops, gls, magnet, ...) 53 EXCHANGE_SPA_DIALECT: "tops" 54 # Business name of the exchange operator 55 EXCHANGE_OPERATOR_LEGAL_NAME: "Taler Operations AG" 56 # Where to send people after they passed KYC. 57 KYC_THANK_YOU_URL: https://taler-ops.ch/thank-you-kyc 58 # Template to use for identification of individuals with KYCAID 59 KYCAID_TEMPLATE_INDIVIDUAL: tmpl_xxx 60 # Template to use for identification of businesses with KYCAID 61 KYCAID_TEMPLATE_BUSINESS: tmpl_xxx 62 # Regex specifying allowed phone numbers for the SMS check 63 EXCHANGE_AML_PROGRAM_TOPS_SMS_HINT: "Swiss number required" 64 EXCHANGE_AML_PROGRAM_TOPS_SMS_EXAMPLE: "+41948224521" 65 EXCHANGE_AML_PROGRAM_TOPS_SMS_REGEX: "\\\\+41[0-9]+" 66 # Regex specifying allowed country names for the postal address check 67 EXCHANGE_AML_PROGRAM_TOPS_POSTAL_COUNTRY_HINT: "Swiss address required" 68 EXCHANGE_AML_PROGRAM_TOPS_POSTAL_EXAMPLE: "Max Mustermann\\nBahnhofsplatz 1\\n4201 Biel/Bienne" 69 EXCHANGE_AML_PROGRAM_TOPS_POSTAL_COUNTRY_REGEX: "CH|Ch|ch" 70 # Tool to use for sanction list checking 71 EXCHANGE_SANCTION_HELPER: taler-exchange-helper-sanctions-dummy