gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: add missing config files for tes


From: gnunet
Subject: [taler-exchange] branch master updated: add missing config files for test case
Date: Fri, 17 Jan 2020 18:23:05 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new ac2e40d0 add missing config files for test case
ac2e40d0 is described below

commit ac2e40d0491c0f118ff26cb316ec47e0786818e7
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 17 18:23:02 2020 +0100

    add missing config files for test case
---
 src/lib/test_bank_api_fakebank_twisted.conf | 31 +++++++++++++++++++
 src/lib/test_bank_api_pybank_twisted.conf   | 46 +++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/src/lib/test_bank_api_fakebank_twisted.conf 
b/src/lib/test_bank_api_fakebank_twisted.conf
new file mode 100644
index 00000000..49ed4d53
--- /dev/null
+++ b/src/lib/test_bank_api_fakebank_twisted.conf
@@ -0,0 +1,31 @@
+
+[twister]
+# HTTP listen port for twister
+HTTP_PORT = 8888
+SERVE = tcp
+
+# HTTP Destination for twister.  The test-Webserver needs
+# to listen on the port used here.  Note: no trailing '/'!
+DESTINATION_BASE_URL = "http://localhost:8081";
+
+# Control port for TCP
+# PORT = 8889
+HOSTNAME = localhost
+ACCEPT_FROM = 127.0.0.1;
+ACCEPT_FROM6 = ::1;
+
+# Control port for UNIX
+UNIXPATH = /tmp/taler-service-twister.sock
+UNIX_MATCH_UID = NO
+UNIX_MATCH_GID = YES
+
+[taler]
+currency = KUDOS
+
+[bank]
+serve = http
+http_port = 8081
+database = postgres:///talercheck
+
+[account-1]
+URL = payto://x-taler-bank/localhost:8081/1
diff --git a/src/lib/test_bank_api_pybank_twisted.conf 
b/src/lib/test_bank_api_pybank_twisted.conf
new file mode 100644
index 00000000..a2085c38
--- /dev/null
+++ b/src/lib/test_bank_api_pybank_twisted.conf
@@ -0,0 +1,46 @@
+[twister]
+# HTTP listen port for twister
+HTTP_PORT = 8888
+SERVE = tcp
+
+# HTTP Destination for twister.  The test-Webserver needs
+# to listen on the port used here.  Note: no trailing '/'!
+DESTINATION_BASE_URL = "http://localhost:8081";
+
+# Control port for TCP
+# PORT = 8889
+HOSTNAME = localhost
+ACCEPT_FROM = 127.0.0.1;
+ACCEPT_FROM6 = ::1;
+
+# Control port for UNIX
+UNIXPATH = /tmp/taler-service-twister.sock
+UNIX_MATCH_UID = NO
+UNIX_MATCH_GID = YES
+
+
+[taler]
+currency = KUDOS
+
+
+[bank]
+serve = http
+http_port = 8081
+database = postgres:///talercheck
+
+
+[account-1]
+URL = payto://x-taler-bank/localhost/1
+
+
+[account-2]
+URL = payto://x-taler-bank/localhost/Exchange
+METHOD = x-taler-bank
+WIRE_GATEWAY_URL = "http://localhost:8888/taler-wire-gateway/Exchange/";
+WIRE_GATEWAY_AUTH_METHOD = basic
+USERNAME = Exchange
+PASSWORD = x
+
+
+[bank]
+HTTP_PORT = 8081

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]