add --postgres-password cmdline arg + make keys

This commit is contained in:
swrup 2026-05-12 04:10:43 +02:00 committed by Swrup
parent 42b7e13eae
commit 6cb6a96784
11 changed files with 84 additions and 53 deletions

View file

@ -7,28 +7,6 @@ fractional_normal_digits= 2
fractional_trailing_zero_digits= 2
alt_unit_names= "{"0":"ク","3":"kク"}"
[exchange]
currency = KUDOS
currency_round_unit = KUDOS:0.01
db = postgres
attribute_encryption_key = "deadbeef"
port = 3434
bind_to = localhost
master_public_key = "SJ0NYND22VQP3MP7FM754RDX8HCKVWAXTHY9SQNBTPRJZ2SPM2S0"
stefan_abs = KUDOS:0.00
stefan_log = KUDOS:0.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"
base_url = "http://10.0.0.2:3434/"
[exchangedb]
idle_reserve_expiration_time = "1 year 2 weeks 3 hours 4 minutes 5 seconds"
legal_reserve_expiration_time = "1 year"
@ -36,9 +14,6 @@ aggregator_shift = "1 year"
max_aml_program_runtime = "1 year"
default_purse_limit = 9999
[exchangedb-postgres]
config = "pgx://mte:hunter2@10.0.0.1:5432/taler-exchange"
[taler-exchange-secmod-rsa]
lookahead_sign = "1 year"
overlap_duration = "1 hour"
@ -74,3 +49,25 @@ fee_refund= KUDOS:0.00
cipher= RSA
rsa_keysize= 2048
age_restricted= NO
[exchange]
currency = KUDOS
currency_round_unit = KUDOS:0.01
db = postgres
stefan_abs = KUDOS:0.00
stefan_log = KUDOS:0.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"
bind_to = 10.0.0.2
port = 3434
base_url = "http://10.0.0.2/"
attribute_encryption_key = "deadbeef"
master_public_key = "%%MASTER_PUBLIC_KEY%%"