exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

test-taler-exchange-aggregator-postgres.conf (1609B)


      1 # This file is in the public domain.
      2 
      3 [PATHS]
      4 # Persistent data storage for the testcase
      5 TALER_TEST_HOME = test_taler_exchange_httpd_home/
      6 
      7 [taler-exchange-secmod-rsa]
      8 # Reduce from 1 year to speed up test
      9 LOOKAHEAD_SIGN = 24 days
     10 
     11 [taler-exchange-secmod-eddsa]
     12 LOOKAHEAD_SIGN = 24 days
     13 DURATION = 14 days
     14 
     15 [exchange]
     16 CURRENCY = EUR
     17 CURRENCY_ROUND_UNIT = EUR:0.01
     18 TINY_AMOUNT = EUR:0.01
     19 AML_THRESHOLD = EUR:1000000
     20 DB = postgres
     21 PORT = 8081
     22 MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
     23 BASE_URL = "http://localhost:8081/"
     24 
     25 [auditor]
     26 BASE_URL = "http://auditor.example.com/"
     27 PORT = 8083
     28 TINY_AMOUNT = EUR:0.01
     29 
     30 [auditordb-postgres]
     31 CONFIG = "postgres:///talercheck"
     32 
     33 [exchangedb]
     34 IDLE_RESERVE_EXPIRATION_TIME = 4 weeks
     35 LEGAL_RESERVE_EXPIRATION_TIME = 7 years
     36 
     37 [exchangedb-postgres]
     38 CONFIG = postgres:///talercheck
     39 
     40 [exchange-account-1]
     41 # What is the account URL?
     42 PAYTO_URI = "payto://x-taler-bank/localhost/2?receiver-name=2"
     43 ENABLE_DEBIT = YES
     44 ENABLE_CREDIT = YES
     45 
     46 [exchange-accountcredentials-1]
     47 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
     48 WIRE_GATEWAY_AUTH_METHOD = basic
     49 USERNAME = Exchange
     50 PASSWORD = password
     51 
     52 [admin-accountcredentials-1]
     53 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
     54 WIRE_GATEWAY_AUTH_METHOD = basic
     55 USERNAME = Exchange
     56 PASSWORD = password
     57 
     58 [bank]
     59 HTTP_PORT = 8082
     60 
     61 [coin_eur_ct_1]
     62 value = EUR:0.01
     63 duration_withdraw = 7 days
     64 duration_spend = 2 years
     65 duration_legal = 3 years
     66 fee_withdraw = EUR:0.00
     67 fee_deposit = EUR:0.00
     68 fee_refresh = EUR:0.01
     69 fee_refund = EUR:0.01
     70 CIPHER = RSA
     71 rsa_keysize = 1024