ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | Submodules | 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