diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-03-01 16:10:41 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-03-01 16:10:41 +0100 |
commit | f746efecf78e06f56ad7193591574d374c19958a (patch) | |
tree | cbabcf053a46894b388036c3676ee662b824bcb7 /contrib/exchange-template/config/exchange-common.conf | |
parent | fc0f9d0aaa833a57b48f2d177d0e3db6f214713c (diff) |
rename section from exchange-wire- to wire-
Diffstat (limited to 'contrib/exchange-template/config/exchange-common.conf')
-rw-r--r-- | contrib/exchange-template/config/exchange-common.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/exchange-template/config/exchange-common.conf b/contrib/exchange-template/config/exchange-common.conf index cb34ddcd9..5214fd816 100644 --- a/contrib/exchange-template/config/exchange-common.conf +++ b/contrib/exchange-template/config/exchange-common.conf @@ -15,14 +15,15 @@ MASTER_PUBLIC_KEY = NEGTF62MNGVPZNW19V7S3CRS9D7K04MAHDGX3N6WY2NXREN26J80 # How to access our database DB = postgres +# Is this for testing, or for real? TESTRUN = YES [exchangedb-postgres] - DB_CONN_STR = "postgres:///talercheck" -[exchange-wire-sepa] +[wire-sepa] SEPA_RESPONSE_FILE = "sepa.json" -[exchange-wire-test] +[wire-test] REDIRECT_URL = "http://test/" +BANK_URI = "http://bank/ |