ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | README | LICENSE

taler-auditor-master.conf.j2 (1033B)


      1 [auditor]
      2 PUBLIC_KEY = {{ auditor_pub }}
      3 BASE_URL = {{ auditor_base_url }}
      4 SERVE = unix
      5 TINY_AMOUNT = {{ currency_round_unit }}
      6 
      7 [exchange]
      8 MASTER_PUBLIC_KEY = {{ exchange_master_pub }}
      9 BASE_URL = {{ exchange_base_url }}
     10 CURRENCY = {{ currency }}
     11 CURRENCY_ROUND_UNIT = {{ currency_round_unit }}
     12 DB = postgres
     13 
     14 # Here you MUST add the master public key of the offline system
     15 # which you can get using `taler-exchange-offline setup`.
     16 MASTER_PUBLIC_KEY = {{ exchange_master_pub }}
     17 
     18 
     19 # Bank accounts used by the exchange should be specified here:
     20 [exchange-account-primary]
     21 
     22 ENABLE_CREDIT = YES
     23 ENABLE_DEBIT = YES
     24 
     25 # Account identifier in the form of an RFC-8905 payto:// URI.
     26 # For SEPA, looks like payto://sepa/$IBAN?receiver-name=$NAME
     27 # Make sure to URL-encode spaces in $NAME!
     28 PAYTO_URI = {{ exchange_bank_account_payto }}
     29 
     30 
     31 # Credentials to access the account are in a separate
     32 # config file with restricted permissions.
     33 @inline-secret@ exchange-accountcredentials-primary ../secrets/auditor-accountcredentials-primary.secret.conf