diff options
| author | Florian Dold <florian.dold@gmail.com> | 2020-01-19 19:12:47 +0100 | 
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2020-01-19 19:12:47 +0100 | 
| commit | cb58740fbd9805807dba268c65498aaa171f004f (patch) | |
| tree | 505e57fc6c9397acd5eb53638afe77e5c51c0361 /src/auditor | |
| parent | 6074790867eb187f4c4de96cb6266fa541dc18ae (diff) | |
remove redundant METHOD option, we can derive it from PAYTO_URI
Diffstat (limited to 'src/auditor')
| -rw-r--r-- | src/auditor/generate-auditor-basedb.conf | 2 | ||||
| -rw-r--r-- | src/auditor/test-auditor.conf | 1 | 
2 files changed, 0 insertions, 3 deletions
| diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf index 02ed14b7..a2b91f1e 100644 --- a/src/auditor/generate-auditor-basedb.conf +++ b/src/auditor/generate-auditor-basedb.conf @@ -80,7 +80,6 @@ CURRENCY = TESTKUDOS  [exchange-account-1]  WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json  PAYTO_URI = payto://x-taler-bank/localhost/Exchange -METHOD = x-taler-bank  enable_debit = yes  enable_credit = yes  WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/Exchange/" @@ -91,7 +90,6 @@ PASSWORD = x  [merchant-account-merchant]  PAYTO_URI = payto://x-taler-bank/localhost/42  WIRE_RESPONSE = ${TALER_CONFIG_HOME}/merchant/account-3.json -METHOD = x-taler-bank  HONOR_default = YES  ACTIVE_default = YES diff --git a/src/auditor/test-auditor.conf b/src/auditor/test-auditor.conf index a76c9187..4906b55f 100644 --- a/src/auditor/test-auditor.conf +++ b/src/auditor/test-auditor.conf @@ -5,7 +5,6 @@ TINY_AMOUNT = TESTKUDOS:0.01  [exchange-account-1]  WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json  PAYTO_URI = payto://x-taler-bank/localhost/Exchange -METHOD = x-taler-bank  enable_debit = yes  enable_credit = yes  WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/Exchange/" | 
