diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-03-03 01:05:12 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-03-17 02:05:47 +0100 |
commit | c4770643e319a140876251b5a31ae6eee3d1868d (patch) | |
tree | 8c4dedf1f280069cdf3f54bcfa2d54d0961d472a /src/bank-lib/bank_twisted.conf | |
parent | 53cf576e62b016a96084cab4bca6dd3e78dda1e1 (diff) |
bank-lib twisted tests scaffold done.
Diffstat (limited to 'src/bank-lib/bank_twisted.conf')
-rw-r--r-- | src/bank-lib/bank_twisted.conf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/bank-lib/bank_twisted.conf b/src/bank-lib/bank_twisted.conf new file mode 100644 index 000000000..54e8c80e2 --- /dev/null +++ b/src/bank-lib/bank_twisted.conf @@ -0,0 +1,33 @@ + +[twister] +# HTTP listen port for twister +HTTP_PORT = 8888 + +# 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] +http_port = 8081 + +[exchange-wire-test] +bank_url = http://localhost:8081/ |