This commit is contained in:
parent
dd65568d66
commit
1a3c1ec606
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ max_keys_caching = "4 weeks"
|
||||||
enable_kyc = NO
|
enable_kyc = NO
|
||||||
terms_etag = "0"
|
terms_etag = "0"
|
||||||
privacy_etag = "0"
|
privacy_etag = "0"
|
||||||
base_url = "http://localhost:3434/"
|
base_url = "http://10.0.0.2:3434/"
|
||||||
|
|
||||||
[exchangedb]
|
[exchangedb]
|
||||||
idle_reserve_expiration_time = "1 year 2 weeks 3 hours 4 minutes 5 seconds"
|
idle_reserve_expiration_time = "1 year 2 weeks 3 hours 4 minutes 5 seconds"
|
||||||
|
|
@ -38,6 +38,7 @@ default_purse_limit = 9999
|
||||||
|
|
||||||
[exchangedb-postgres]
|
[exchangedb-postgres]
|
||||||
config = "pgx://mte:hunter2@localhost:5432/taler-exchange"
|
config = "pgx://mte:hunter2@localhost:5432/taler-exchange"
|
||||||
|
config = "pgx://mte:hunter2@10.0.0.1:5432/taler-exchange"
|
||||||
|
|
||||||
[taler-exchange-secmod-rsa]
|
[taler-exchange-secmod-rsa]
|
||||||
lookahead_sign = "7 weeks"
|
lookahead_sign = "7 weeks"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue