summaryrefslogtreecommitdiff
path: root/src/testing/test_exchange_api-twisted.conf
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-04-24 20:37:53 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-04-24 20:37:53 +0200
commit505170ce1f3d0512ef57da042f656a53cc24912a (patch)
tree9f6edaa83093ec65d2621af310b1a391858f9a6c /src/testing/test_exchange_api-twisted.conf
parentb219366cdf2252ebbe8a6b0246eb4d6262ad37fb (diff)
downloadexchange-505170ce1f3d0512ef57da042f656a53cc24912a.tar.gz
exchange-505170ce1f3d0512ef57da042f656a53cc24912a.tar.bz2
exchange-505170ce1f3d0512ef57da042f656a53cc24912a.zip
fix filename
Diffstat (limited to 'src/testing/test_exchange_api-twisted.conf')
-rw-r--r--src/testing/test_exchange_api-twisted.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/testing/test_exchange_api-twisted.conf b/src/testing/test_exchange_api-twisted.conf
new file mode 100644
index 000000000..17f8833e7
--- /dev/null
+++ b/src/testing/test_exchange_api-twisted.conf
@@ -0,0 +1,33 @@
+# This file is in the public domain.
+
+[exchange]
+# Base URL of the exchange ('S PROXY). This URL is where the
+# twister listens at, so that it will be able to get all the
+# connection addressed to the exchange. In fact, the presence
+# of the twister is 100% transparent to the test case, as it
+# only seeks the exchange/BASE_URL URL to connect to the exchange.
+BASE_URL = "http://localhost:8888/"
+
+[bank]
+HTTP_PORT = 8082
+
+[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
+