exchange-business.conf.new (1573B)
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 # Here you MUST configure the amount above which transactions are 16 # always subject to manual AML review. 17 # AML_THRESHOLD = 18 19 # Attribute encryption key for storing attributes encrypted 20 # in the database. Should be a high-entropy nonce. 21 ATTRIBUTE_ENCRYPTION_KEY = SET_ME_PLEASE 22 23 # For your terms of service and privacy policy, you should specify 24 # an Etag that must be updated whenever there are significant 25 # changes to either document. The format is up to you, what matters 26 # is that the value is updated and never re-used. See the HTTP 27 # specification on Etags. 28 # TERMS_ETAG = 29 # PRIVACY_ETAG = 30 31 SERVE = unix 32 UNIXPATH_MODE = 666 33 34 # Bank accounts used by the exchange should be specified here: 35 [exchange-account-1] 36 37 ENABLE_CREDIT = NO 38 ENABLE_DEBIT = NO 39 40 # Account identifier in the form of an RFC-8905 payto:// URI. 41 # For SEPA, looks like payto://sepa/$IBAN?receiver-name=$NAME 42 # Make sure to URL-encode spaces in $NAME! 43 PAYTO_URI = 44 45 # Credentials to access the account are in a separate 46 # config file with restricted permissions. 47 @inline-secret@ exchange-accountcredentials-1 ../secrets/exchange-accountcredentials-1.secret.conf 48