MTE unikernel with Mkernel+Mnet+Vifu
This commit is contained in:
parent
76662bf23c
commit
a23e59dfca
31 changed files with 535 additions and 376 deletions
|
|
@ -27,7 +27,7 @@ max_keys_caching = "4 weeks"
|
|||
enable_kyc = NO
|
||||
terms_etag = "0"
|
||||
privacy_etag = "0"
|
||||
base_url = "http://localhost:3434/"
|
||||
base_url = "http://10.0.0.2:3434/"
|
||||
|
||||
[exchangedb]
|
||||
idle_reserve_expiration_time = "1 year 2 weeks 3 hours 4 minutes 5 seconds"
|
||||
|
|
@ -37,21 +37,17 @@ max_aml_program_runtime = "1 year"
|
|||
default_purse_limit = 9999
|
||||
|
||||
[exchangedb-postgres]
|
||||
config = "pgx://mte:hunter2@localhost:5432/taler-exchange"
|
||||
config = "pgx://mte:hunter2@10.0.0.1:5432/taler-exchange"
|
||||
|
||||
[taler-exchange-secmod-rsa]
|
||||
lookahead_sign = "7 weeks"
|
||||
overlap_duration = "1 hour"
|
||||
duration = "3 weeks"
|
||||
key_dir = "secrets/secmod_rsa"
|
||||
sm_priv_key = "secrets/secmod_rsa/sm_key"
|
||||
|
||||
[taler-exchange-secmod-eddsa]
|
||||
lookahead_sign = "1 year"
|
||||
overlap_duration = "1 hour"
|
||||
duration = "3 weeks"
|
||||
key_dir = "secrets/secmod_eddsa"
|
||||
sm_priv_key = "secrets/secmod_eddsa/sm_key"
|
||||
|
||||
[coin_kudo_1]
|
||||
value= KUDOS:0.01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue