sync

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

test_sync_api.conf (3046B)


      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 UPLOAD_LIMIT_MB = 1
     34 SERVE = tcp
     35 
     36 [syncdb-postgres]
     37 CONFIG = postgres:///synccheck
     38 SQL_DIR = $DATADIR/sql/
     39 
     40 [merchant]
     41 PORT = 8080
     42 WIRE_TRANSFER_DELAY = 0 s
     43 DB = postgres
     44 DEFAULT_MAX_WIRE_FEE = EUR:0.10
     45 DEFAULT_MAX_DEPOSIT_FEE = EUR:0.10
     46 
     47 [merchantdb-postgres]
     48 CONFIG = postgres:///synccheck
     49 
     50 # Different instances operated by this merchant:
     51 [instance-default]
     52 KEYFILE = ${TALER_CONFIG_HOME}/merchant/default.priv
     53 NAME = Kudos Inc.
     54 
     55 [merchant-exchange-default]
     56 EXCHANGE_BASE_URL = http://localhost:8081/
     57 MASTER_KEY = EAQTXN8S6QP081WRWG03N8SQ34PX492ATXSSWASJGRXCBP0QM7HG
     58 CURRENCY = EUR
     59 
     60 
     61 # only fixes skips.
     62 [auditor]
     63 BASE_URL = http://the.auditor/
     64 
     65 [exchange]
     66 CURRENCY = EUR
     67 CURRENCY_ROUND_UNIT = EUR:0.01
     68 TINY_AMOUNT = EUR:0.01
     69 AML_THRESHOLD = EUR:1000000
     70 DB = postgres
     71 PORT = 8081
     72 SIGNKEY_LEGAL_DURATION = 2 years
     73 MASTER_PUBLIC_KEY = EAQTXN8S6QP081WRWG03N8SQ34PX492ATXSSWASJGRXCBP0QM7HG
     74 BASE_URL = "http://localhost:8081/"
     75 STEFAN_ABS = "EUR:5"
     76 
     77 [exchangedb-postgres]
     78 CONFIG = "postgres:///synccheck"
     79 
     80 [exchange-account-exchange]
     81 PAYTO_URI = "payto://x-taler-bank/localhost:8082/2?receiver-name=exchange"
     82 ENABLE_DEBIT = YES
     83 ENABLE_CREDIT = YES
     84 
     85 [exchange-accountcredentials-exchange]
     86 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
     87 WIRE_GATEWAY_AUTH_METHOD = NONE
     88 
     89 [admin-accountcredentials-exchange]
     90 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
     91 WIRE_GATEWAY_AUTH_METHOD = NONE
     92 
     93 [coin_eur_ct_1]
     94 value = EUR:0.01
     95 duration_withdraw = 7 days
     96 duration_spend = 2 years
     97 duration_legal = 3 years
     98 fee_withdraw = EUR:0.00
     99 fee_deposit = EUR:0.00
    100 fee_refresh = EUR:0.01
    101 fee_refund = EUR:0.01
    102 rsa_keysize = 1024
    103 cipher = RSA
    104 
    105 [coin_eur_ct_10]
    106 value = EUR:0.10
    107 duration_withdraw = 7 days
    108 duration_spend = 2 years
    109 duration_legal = 3 years
    110 fee_withdraw = EUR:0.01
    111 fee_deposit = EUR:0.01
    112 fee_refresh = EUR:0.03
    113 fee_refund = EUR:0.01
    114 rsa_keysize = 1024
    115 cipher = RSA
    116 
    117 [coin_eur_1]
    118 value = EUR:1
    119 duration_withdraw = 7 days
    120 duration_spend = 2 years
    121 duration_legal = 3 years
    122 fee_withdraw = EUR:0.01
    123 fee_deposit = EUR:0.01
    124 fee_refresh = EUR:0.03
    125 fee_refund = EUR:0.01
    126 rsa_keysize = 1024
    127 cipher = RSA
    128 
    129 [coin_eur_5]
    130 value = EUR:5
    131 duration_withdraw = 7 days
    132 duration_spend = 2 years
    133 duration_legal = 3 years
    134 fee_withdraw = EUR:0.01
    135 fee_deposit = EUR:0.01
    136 fee_refresh = EUR:0.03
    137 fee_refund = EUR:0.01
    138 rsa_keysize = 1024
    139 cipher = RSA