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-wirewatch-postgres.conf (1910B)


      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 LOOKAHEAD_SIGN = 24 days
      9 
     10 [taler-exchange-secmod-eddsa]
     11 LOOKAHEAD_SIGN = 24 days
     12 DURATION = 14 days
     13 
     14 [exchange]
     15 CURRENCY = EUR
     16 CURRENCY_ROUND_UNIT = EUR:0.01
     17 AML_THRESHOLD = EUR:1000000
     18 DB = postgres
     19 PORT = 8081
     20 MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
     21 BASE_URL = "http://localhost:8081/"
     22 
     23 [exchangedb]
     24 # This is THE test that requires a short reserve expiration time!
     25 IDLE_RESERVE_EXPIRATION_TIME = 4 s
     26 
     27 [exchangedb-postgres]
     28 CONFIG = "postgres:///talercheck"
     29 
     30 [auditor]
     31 BASE_URL = "http://localhost:8083/"
     32 PORT = 8083
     33 
     34 [auditordb-postgres]
     35 CONFIG = "postgres:///talercheck"
     36 
     37 [exchange-account-1]
     38 # What is the account URL?
     39 PAYTO_URI = "payto://x-taler-bank/localhost/2?receiver-name=2"
     40 ENABLE_DEBIT = YES
     41 ENABLE_CREDIT = YES
     42 
     43 [exchange-accountcredentials-1]
     44 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
     45 WIRE_GATEWAY_AUTH_METHOD = basic
     46 USERNAME = Exchange
     47 PASSWORD = password
     48 
     49 [admin-accountcredentials-1]
     50 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
     51 WIRE_GATEWAY_AUTH_METHOD = basic
     52 USERNAME = Exchange
     53 PASSWORD = password
     54 
     55 [bank]
     56 HTTP_PORT = 8082
     57 
     58 [libeufin-bank]
     59 CURRENCY = EUR
     60 DEFAULT_CUSTOMER_DEBT_LIMIT = EUR:200
     61 DEFAULT_ADMIN_DEBT_LIMIT = EUR:2000
     62 REGISTRATION_BONUS_ENABLED = yes
     63 REGISTRATION_BONUS = EUR:100
     64 SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/
     65 SERVE = tcp
     66 PORT = 8082
     67 PWD_HASH_CONFIG = { "cost": 4 }
     68 PWD_AUTH_COMPAT = yes
     69 
     70 # Need at least one coin, otherwise Exchange
     71 # refuses to start.
     72 [coin_eur_ct_1]
     73 value = EUR:0.01
     74 duration_withdraw = 7 days
     75 duration_spend = 2 years
     76 duration_legal = 3 years
     77 fee_withdraw = EUR:0.00
     78 fee_deposit = EUR:0.00
     79 fee_refresh = EUR:0.01
     80 fee_refund = EUR:0.01
     81 CIPHER = RSA
     82 rsa_keysize = 1024