mte/default/assets/mte.conf

81 lines
1.9 KiB
Text
Raw Normal View History

2026-02-21 23:40:58 +01:00
[currency-KUDO]
2025-11-20 18:38:01 +01:00
enabled= YES
code= KUDOS
name= Kudos
2025-11-20 18:38:01 +01:00
fractional_input_digits= 2
fractional_normal_digits= 2
fractional_trailing_zero_digits= 2
alt_unit_names= "{"0":"ク","3":"kク"}"
2025-11-20 18:38:01 +01:00
[exchange]
currency = KUDOS
currency_round_unit = KUDOS:0.01
2025-11-20 18:38:01 +01:00
db = postgres
attribute_encryption_key = "deadbeef"
port = 3434
bind_to = localhost
2026-02-06 21:39:53 +01:00
master_public_key = "SJ0NYND22VQP3MP7FM754RDX8HCKVWAXTHY9SQNBTPRJZ2SPM2S0"
stefan_abs = KUDOS:0.00
stefan_log = KUDOS:0.00
2025-11-20 18:38:01 +01:00
stefan_lin = 0.00
aggregator_idle_sleep_interval = "1 hour"
closer_idle_sleep_interval = "1 hour"
transfer_idle_sleep_interval = "1 hour"
wirewatch_idle_sleep_interval = "1 hour"
signkey_legal_duration = "1 year"
max_keys_caching = "4 weeks"
enable_kyc = NO
terms_etag = "0"
privacy_etag = "0"
2026-03-14 20:35:05 +01:00
base_url = "http://10.0.0.2:3434/"
2025-11-20 18:38:01 +01:00
[exchangedb]
idle_reserve_expiration_time = "1 year 2 weeks 3 hours 4 minutes 5 seconds"
legal_reserve_expiration_time = "1 year"
aggregator_shift = "1 year"
max_aml_program_runtime = "1 year"
default_purse_limit = 9999
[exchangedb-postgres]
2026-03-14 20:35:05 +01:00
config = "pgx://mte:hunter2@10.0.0.1:5432/taler-exchange"
2025-11-20 18:38:01 +01:00
[taler-exchange-secmod-rsa]
2026-02-21 23:40:58 +01:00
lookahead_sign = "7 weeks"
2026-02-17 09:30:20 +01:00
overlap_duration = "1 hour"
duration = "3 weeks"
key_dir = "secrets/secmod_rsa"
sm_priv_key = "secrets/secmod_rsa/sm_key"
2025-11-20 18:38:01 +01:00
[taler-exchange-secmod-eddsa]
lookahead_sign = "1 year"
2026-02-17 09:30:20 +01:00
overlap_duration = "1 hour"
duration = "3 weeks"
key_dir = "secrets/secmod_eddsa"
sm_priv_key = "secrets/secmod_eddsa/sm_key"
2025-11-20 18:38:01 +01:00
[coin_kudo_1]
value= KUDOS:0.01
2025-11-20 18:38:01 +01:00
duration_withdraw= "1 year"
duration_spend= "1 year"
duration_legal= "1 year"
fee_withdraw= KUDOS:0.00
fee_deposit= KUDOS:0.00
fee_refresh= KUDOS:0.00
fee_refund= KUDOS:0.00
2025-11-20 18:38:01 +01:00
cipher= RSA
rsa_keysize= 2048
age_restricted= NO
[coin_kudo_2]
value= KUDOS:0.02
2025-11-20 18:38:01 +01:00
duration_withdraw= "1 year"
duration_spend= "1 year"
duration_legal= "1 year"
fee_withdraw= KUDOS:0.00
fee_deposit= KUDOS:0.00
fee_refresh= KUDOS:0.00
fee_refund= KUDOS:0.00
2025-11-20 18:38:01 +01:00
cipher= RSA
rsa_keysize= 2048
age_restricted= NO