purge old LOOKAHEAD_PROVIDE option
This commit is contained in:
parent
e64fae38b9
commit
57a0fc8d1f
@ -12,7 +12,6 @@ BASE_URL = http://localhost:8081/
|
|||||||
SIGNKEY_DURATION = 4 weeks
|
SIGNKEY_DURATION = 4 weeks
|
||||||
SIGNKEY_LEGAL_DURATION = 4 weeks
|
SIGNKEY_LEGAL_DURATION = 4 weeks
|
||||||
LOOKAHEAD_SIGN = 32 weeks 1 day
|
LOOKAHEAD_SIGN = 32 weeks 1 day
|
||||||
LOOKAHEAD_PROVIDE = 4 weeks 1 day
|
|
||||||
|
|
||||||
[merchant]
|
[merchant]
|
||||||
SERVE = tcp
|
SERVE = tcp
|
||||||
|
@ -16,7 +16,8 @@ signkey_duration = 4 weeks
|
|||||||
signkey_legal_duration = 2 years
|
signkey_legal_duration = 2 years
|
||||||
# how long do we provide to clients denomination and signing keys
|
# how long do we provide to clients denomination and signing keys
|
||||||
# ahead of time?
|
# ahead of time?
|
||||||
lookahead_provide = 4 weeks 1 day
|
# Keep it short so the test runs fast.
|
||||||
|
lookahead_sign = 12h
|
||||||
# HTTP port the exchange listens to
|
# HTTP port the exchange listens to
|
||||||
port = 8081
|
port = 8081
|
||||||
# Master public key used to sign the exchange's various keys
|
# Master public key used to sign the exchange's various keys
|
||||||
@ -26,8 +27,6 @@ DB = postgres
|
|||||||
# Base URL of the exchange. Must be set to a URL where the
|
# Base URL of the exchange. Must be set to a URL where the
|
||||||
# exchange (or the twister) is actually listening.
|
# exchange (or the twister) is actually listening.
|
||||||
base_url = "http://localhost:8081/"
|
base_url = "http://localhost:8081/"
|
||||||
# Keep it short so the test runs fast.
|
|
||||||
lookahead_sign = 12 h
|
|
||||||
|
|
||||||
[auditor]
|
[auditor]
|
||||||
BASE_URL = "http://localhost:8083/"
|
BASE_URL = "http://localhost:8083/"
|
||||||
|
@ -34,10 +34,6 @@ SIGNKEY_DURATION = 4 weeks
|
|||||||
# ahead of time?
|
# ahead of time?
|
||||||
LOOKAHEAD_SIGN = 32 weeks 1 day
|
LOOKAHEAD_SIGN = 32 weeks 1 day
|
||||||
|
|
||||||
# how long do we provide to clients denomination and signing keys
|
|
||||||
# ahead of time?
|
|
||||||
LOOKAHEAD_PROVIDE = 4 weeks 1 day
|
|
||||||
|
|
||||||
# HTTP port the exchange listens to
|
# HTTP port the exchange listens to
|
||||||
PORT = 8081
|
PORT = 8081
|
||||||
|
|
||||||
|
@ -32,10 +32,6 @@ SIGNKEY_DURATION = 4 weeks
|
|||||||
# ahead of time?
|
# ahead of time?
|
||||||
LOOKAHEAD_SIGN = 32 weeks 1 day
|
LOOKAHEAD_SIGN = 32 weeks 1 day
|
||||||
|
|
||||||
# how long do we provide to clients denomination and signing keys
|
|
||||||
# ahead of time?
|
|
||||||
LOOKAHEAD_PROVIDE = 4 weeks 1 day
|
|
||||||
|
|
||||||
# HTTP port the exchange listens to (we want to use UNIX domain sockets,
|
# HTTP port the exchange listens to (we want to use UNIX domain sockets,
|
||||||
# so we use a port that just won't work on GNU/Linux without root rights)
|
# so we use a port that just won't work on GNU/Linux without root rights)
|
||||||
PORT = 999
|
PORT = 999
|
||||||
|
Loading…
Reference in New Issue
Block a user