[paths] TALER_DEPLOYMENT_SHARED = ${HOME}/shared-data [taler] CURRENCY = KUDOS [bank] uwsgi_serve = unix uwsgi_unixpath = $HOME/sockets/bank.uwsgi uwsgi_unixpath_mode = 660 database = talerdemo [bank-admin] uwsgi_serve = unix uwsgi_unixpath = $HOME/sockets/bank-admin.uwsgi uwsgi_unixpath_mode = 660 [donations] uwsgi_serve = unix uwsgi_unixpath = $HOME/sockets/donations.uwsgi [blog] uwsgi_serve = unix uwsgi_unixpath = $HOME/sockets/blog.uwsgi instance = FSF [merchant] WIREFORMAT = test SERVE = unix UNIXPATH = $HOME/sockets/merchant.http KEYFILE = ${TALER_DEPLOYMENT_SHARED}/merchant/merchant.priv WIRE_TRANSFER_DELAY = 1 m [merchantdb-postgres] CONFIG = postgres:///talerdemo [merchant-exchange-demo] URI = https://exchange.demo.taler.net/ MASTER_KEY = CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00 [frontends] BACKEND = https://shop.demo.taler.net/backend/ FRACTION = 100000000 [exchange] SERVE = unix UNIXPATH = $HOME/sockets/exchange.http MASTER_PRIV_FILE = ${TALER_DEPLOYMENT_SHARED}/exchange/offline-keys/master.priv MASTER_PUBLIC_KEY = CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00 WIREFORMAT = test KEYDIR = ${TALER_DEPLOYMENT_SHARED}/exchange/live-keys/ [exchange-admin] SERVE = unix UNIXPATH = $HOME/sockets/exchange-admin.http [exchangedb-postgres] DB_CONN_STR = "postgres:///talerdemo" [exchange-wire-outgoing-test] BANK_URI = https://bank.demo.taler.net/ BANK_ACCOUNT_NUMBER = 1 EXCHANGE_ACCOUNT_NUMBER = 2 [exchange_keys] # how long is one signkey valid? signkey_duration = 18 weeks # how long are the signatures with the signkey valid? legal_duration = 2 years # how long do we generate denomination and signing keys # ahead of time? lookahead_sign = 32 weeks 1 day # how long do we provide to clients denomination and signing keys # ahead of time? lookahead_provide = 4 weeks 1 day # Coin definitions are detected because the section # name begins with "coin_". The rest of the # name is free, but of course following the convention # of "coin_$CURRENCY[_$SUBUNIT]_$VALUE" make sense. [coin_pudos_ct_10] value = KUDOS:0.10 duration_overlap = 5 minutes duration_withdraw = 32 years duration_spend = 12 years duration_legal = 3 years fee_withdraw = KUDOS:0.01 fee_deposit = KUDOS:0.01 fee_refresh = KUDOS:0.01 fee_refund = KUDOS:0.01 rsa_keysize = 1024 [coin_pudos_1] value = KUDOS:1 duration_overlap = 5 minutes duration_withdraw = 17 weeks duration_spend = 12 years duration_legal = 3 years fee_withdraw = KUDOS:0.01 fee_deposit = KUDOS:0.01 fee_refresh = KUDOS:0.01 fee_refund = KUDOS:0.01 rsa_keysize = 1024 [coin_pudos_2] value = KUDOS:2 duration_overlap = 5 minutes duration_withdraw = 17 weeks duration_spend = 12 years duration_legal = 3 years fee_withdraw = KUDOS:0.01 fee_deposit = KUDOS:0.01 fee_refresh = KUDOS:0.01 fee_refund = KUDOS:0.01 rsa_keysize = 1024 [coin_pudos_5] value = KUDOS:5 duration_overlap = 5 minutes duration_withdraw = 17 weeks duration_spend = 12 years duration_legal = 3 years fee_withdraw = KUDOS:0.01 fee_deposit = KUDOS:0.01 fee_refresh = KUDOS:0.01 fee_refund = KUDOS:0.01 rsa_keysize = 1024 [coin_pudos_10] value = KUDOS:10 duration_overlap = 5 minutes duration_withdraw = 17 weeks duration_spend = 12 years duration_legal = 3 years fee_withdraw = KUDOS:0.01 fee_deposit = KUDOS:0.01 fee_refresh = KUDOS:0.01 fee_refund = KUDOS:0.01 rsa_keysize = 1024 [coin_pudos_1000] value = KUDOS:1000 duration_overlap = 5 minutes duration_withdraw = 17 weeks duration_spend = 12 years duration_legal = 3 years fee_withdraw = KUDOS:0.01 fee_deposit = KUDOS:0.01 fee_refresh = KUDOS:0.01 fee_refund = KUDOS:0.01 rsa_keysize = 2048 [merchant-instance-wireformat-Tor] TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/tor.json [merchant-instance-wireformat-GNUnet] TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/gnunet.json [merchant-instance-wireformat-Taler] TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/taler.json [merchant-instance-wireformat-FSF] TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/fsf.json [merchant-instance-Tor] KEYFILE = ${TALER_DATA_HOME}/merchant/tor.priv [merchant-instance-GNUnet] KEYFILE = ${TALER_DATA_HOME}/merchant/gnunet.priv [merchant-instance-Taler] KEYFILE = ${TALER_DATA_HOME}/merchant/taler.priv [merchant-instance-FSF] KEYFILE = ${TALER_DATA_HOME}/merchant/fsf.priv