This commit is contained in:
parent
dd65568d66
commit
892dd82671
1 changed files with 2 additions and 2 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,7 +37,7 @@ 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue