sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

test_sync_api.conf (3202B)


      1 # This file is in the public domain.
      2 #
      3 [PATHS]
      4 TALER_TEST_HOME = test_sync_api_home/
      5 TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/
      6 TALER_DATA_HOME = $TALER_HOME/.local/share/taler/
      7 TALER_CONFIG_HOME = $TALER_HOME/.config/taler/
      8 TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
      9 
     10 [taler-helper-crypto-rsa]
     11 LOOKAHEAD_SIGN = 24 days
     12 
     13 [taler-helper-crypto-eddsa]
     14 LOOKAHEAD_SIGN = 24 days
     15 DURATION = 14 days
     16 
     17 [bank]
     18 HTTP_PORT = 8082
     19 
     20 [libeufin-bank]
     21 CURRENCY = EUR
     22 PORT = 8082
     23 
     24 [libeufin-bankdb-postgres]
     25 CONFIG = postgres:///synccheck
     26 SQL_DIR = $DATADIR/sql/
     27 
     28 [sync]
     29 CURRENCY = EUR
     30 PORT = 8084
     31 PAYMENT_BACKEND_URL = "http://localhost:8080/"
     32 ANNUAL_FEE = EUR:4.99
     33 # Must be in CURRENCY; the packaged default in config.d/sync.conf
     34 # is TESTKUDOS, which would be served as the /config liability_limit.
     35 INSURANCE = EUR:0.0
     36 UPLOAD_LIMIT_MB = 1
     37 SERVE = tcp
     38 
     39 [syncdb-postgres]
     40 CONFIG = postgres:///synccheck
     41 SQL_DIR = $DATADIR/sql/
     42 
     43 [merchant]
     44 PORT = 8080
     45 WIRE_TRANSFER_DELAY = 0 s
     46 DB = postgres
     47 DEFAULT_MAX_WIRE_FEE = EUR:0.10
     48 DEFAULT_MAX_DEPOSIT_FEE = EUR:0.10
     49 
     50 [merchantdb-postgres]
     51 CONFIG = postgres:///synccheck
     52 
     53 # Different instances operated by this merchant:
     54 [instance-default]
     55 KEYFILE = ${TALER_CONFIG_HOME}/merchant/default.priv
     56 NAME = Kudos Inc.
     57 
     58 [merchant-exchange-default]
     59 EXCHANGE_BASE_URL = http://localhost:8081/
     60 MASTER_KEY = EAQTXN8S6QP081WRWG03N8SQ34PX492ATXSSWASJGRXCBP0QM7HG
     61 CURRENCY = EUR
     62 
     63 
     64 # only fixes skips.
     65 [auditor]
     66 BASE_URL = http://the.auditor/
     67 
     68 [exchange]
     69 CURRENCY = EUR
     70 CURRENCY_ROUND_UNIT = EUR:0.01
     71 TINY_AMOUNT = EUR:0.01
     72 AML_THRESHOLD = EUR:1000000
     73 DB = postgres
     74 PORT = 8081
     75 SIGNKEY_LEGAL_DURATION = 2 years
     76 MASTER_PUBLIC_KEY = EAQTXN8S6QP081WRWG03N8SQ34PX492ATXSSWASJGRXCBP0QM7HG
     77 BASE_URL = "http://localhost:8081/"
     78 STEFAN_ABS = "EUR:5"
     79 
     80 [exchangedb-postgres]
     81 CONFIG = "postgres:///synccheck"
     82 
     83 [exchange-account-exchange]
     84 PAYTO_URI = "payto://x-taler-bank/localhost:8082/2?receiver-name=exchange"
     85 ENABLE_DEBIT = YES
     86 ENABLE_CREDIT = YES
     87 
     88 [exchange-accountcredentials-exchange]
     89 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
     90 WIRE_GATEWAY_AUTH_METHOD = NONE
     91 
     92 [admin-accountcredentials-exchange]
     93 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
     94 WIRE_GATEWAY_AUTH_METHOD = NONE
     95 
     96 [coin_eur_ct_1]
     97 value = EUR:0.01
     98 duration_withdraw = 7 days
     99 duration_spend = 2 years
    100 duration_legal = 3 years
    101 fee_withdraw = EUR:0.00
    102 fee_deposit = EUR:0.00
    103 fee_refresh = EUR:0.01
    104 fee_refund = EUR:0.01
    105 rsa_keysize = 1024
    106 cipher = RSA
    107 
    108 [coin_eur_ct_10]
    109 value = EUR:0.10
    110 duration_withdraw = 7 days
    111 duration_spend = 2 years
    112 duration_legal = 3 years
    113 fee_withdraw = EUR:0.01
    114 fee_deposit = EUR:0.01
    115 fee_refresh = EUR:0.03
    116 fee_refund = EUR:0.01
    117 rsa_keysize = 1024
    118 cipher = RSA
    119 
    120 [coin_eur_1]
    121 value = EUR:1
    122 duration_withdraw = 7 days
    123 duration_spend = 2 years
    124 duration_legal = 3 years
    125 fee_withdraw = EUR:0.01
    126 fee_deposit = EUR:0.01
    127 fee_refresh = EUR:0.03
    128 fee_refund = EUR:0.01
    129 rsa_keysize = 1024
    130 cipher = RSA
    131 
    132 [coin_eur_5]
    133 value = EUR:5
    134 duration_withdraw = 7 days
    135 duration_spend = 2 years
    136 duration_legal = 3 years
    137 fee_withdraw = EUR:0.01
    138 fee_deposit = EUR:0.01
    139 fee_refresh = EUR:0.03
    140 fee_refund = EUR:0.01
    141 rsa_keysize = 1024
    142 cipher = RSA