exchange-business.conf (1412B)
1 # Configuration for business-level aspects of the exchange. 2 3 [exchange] 4 5 # Here you MUST add the master public key of the offline system 6 # which you can get using `taler-exchange-offline setup`. 7 # This is just an example, your key will be different! 8 # MASTER_PUBLIC_KEY = YE6Q6TR1EDB7FD0S68TGDZGF1P0GHJD2S0XVV8R2S62MYJ6HJ4ZG 9 # MASTER_PUBLIC_KEY = 10 11 # Publicly visible base URL of the exchange. 12 # BASE_URL = https://example.com/ 13 # BASE_URL = 14 15 # Attribute encryption key for storing attributes encrypted 16 # in the database. Should be a high-entropy nonce. 17 ATTRIBUTE_ENCRYPTION_KEY = SET_ME_PLEASE 18 19 # For your terms of service and privacy policy, you should specify 20 # an Etag that must be updated whenever there are significant 21 # changes to either document. The format is up to you, what matters 22 # is that the value is updated and never reused. See the HTTP 23 # specification on Etags. 24 # TERMS_ETAG = 25 # PRIVACY_ETAG = 26 27 # Bank accounts used by the exchange should be specified here: 28 [exchange-account-1] 29 30 ENABLE_CREDIT = NO 31 ENABLE_DEBIT = NO 32 33 # Account identifier in the form of an RFC-8905 payto:// URI. 34 # For SEPA, looks like payto://iban/$IBAN?receiver-name=$NAME 35 # Make sure to URL-encode spaces in $NAME! 36 PAYTO_URI = 37 38 # Credentials to access the account are in a separate 39 # config file with restricted permissions. 40 @inline-secret@ exchange-accountcredentials-1 ../secrets/exchange-accountcredentials-1.secret.conf