rename section from exchange-wire- to wire-

This commit is contained in:
Christian Grothoff 2016-03-01 16:10:41 +01:00
parent fc0f9d0aaa
commit f746efecf7
2 changed files with 6 additions and 5 deletions

View File

@ -15,14 +15,15 @@ MASTER_PUBLIC_KEY = NEGTF62MNGVPZNW19V7S3CRS9D7K04MAHDGX3N6WY2NXREN26J80
# How to access our database # How to access our database
DB = postgres DB = postgres
# Is this for testing, or for real?
TESTRUN = YES TESTRUN = YES
[exchangedb-postgres] [exchangedb-postgres]
DB_CONN_STR = "postgres:///talercheck" DB_CONN_STR = "postgres:///talercheck"
[exchange-wire-sepa] [wire-sepa]
SEPA_RESPONSE_FILE = "sepa.json" SEPA_RESPONSE_FILE = "sepa.json"
[exchange-wire-test] [wire-test]
REDIRECT_URL = "http://test/" REDIRECT_URL = "http://test/"
BANK_URI = "http://bank/

View File

@ -104,7 +104,7 @@ TMH_WIRE_handler_wire_test (struct TMH_RequestHandler *rh,
} }
if (GNUNET_OK != if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (cfg, GNUNET_CONFIGURATION_get_value_string (cfg,
"exchange-wire-test", "wire-test",
"REDIRECT_URL", "REDIRECT_URL",
&wire_test_redirect)) &wire_test_redirect))
{ {
@ -168,7 +168,7 @@ TMH_WIRE_handler_wire_sepa (struct TMH_RequestHandler *rh,
/* Fetch reply */ /* Fetch reply */
if (GNUNET_OK != if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_filename (cfg, GNUNET_CONFIGURATION_get_value_filename (cfg,
"exchange-wire-sepa", "wire-sepa",
"SEPA_RESPONSE_FILE", "SEPA_RESPONSE_FILE",
&sepa_wire_file)) &sepa_wire_file))
{ {