summaryrefslogtreecommitdiff
path: root/src/lib/bank_twisted.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-12 20:44:33 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-12 20:44:33 +0100
commit1788ca2be11b92f9c92d8b7ad31383f663608ac0 (patch)
tree92e5159f5ea21e802c6dcc5a5ff38c4e186337f3 /src/lib/bank_twisted.conf
parentc75157e8caae542845cce2f9ff967d2b3943ea56 (diff)
downloadexchange-1788ca2be11b92f9c92d8b7ad31383f663608ac0.tar.gz
exchange-1788ca2be11b92f9c92d8b7ad31383f663608ac0.tar.bz2
exchange-1788ca2be11b92f9c92d8b7ad31383f663608ac0.zip
reorganization of file structure
Diffstat (limited to 'src/lib/bank_twisted.conf')
-rw-r--r--src/lib/bank_twisted.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/lib/bank_twisted.conf b/src/lib/bank_twisted.conf
new file mode 100644
index 000000000..71bcaee00
--- /dev/null
+++ b/src/lib/bank_twisted.conf
@@ -0,0 +1,39 @@
+
+[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
+
+# Launching of twister by ARM
+# BINARY = taler-service-twister
+# AUTOSTART = NO
+# FORCESTART = NO
+
+[taler]
+currency = KUDOS
+
+[bank]
+serve = http
+http_port = 8081
+database = postgres:///talercheck
+
+[account-1]
+URL = payto://x-taler-bank/localhost:8081/1
+
+[exchange-wire-test]
+bank_url = http://localhost:8081/