summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_api_proxy_exchange.conf
blob: fb4a67c77e34c319222d7214566a4c9684d4758b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This file is in the public domain.

# Config to set up the twister between the
# merchant and the exchange.

[twister]
# HTTP listen port for twister (the merchant
# will transparently use this URL as the "exchange")
HTTP_PORT = 8888
SERVE = tcp

# HTTP Destination for twister, so the real exchange
# URL.  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-exchange.sock
UNIX_MATCH_UID = NO
UNIX_MATCH_GID = YES

# Launching of twister by ARM
# BINARY = taler-service-twister
# AUTOSTART = NO
# FORCESTART = NO