summaryrefslogtreecommitdiff
path: root/src/lib/test_sync_api.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/test_sync_api.conf')
-rw-r--r--src/lib/test_sync_api.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/test_sync_api.conf b/src/lib/test_sync_api.conf
index 057420d..c767b72 100644
--- a/src/lib/test_sync_api.conf
+++ b/src/lib/test_sync_api.conf
@@ -12,9 +12,12 @@ CURRENCY = EUR
# Sync config
[sync]
-# Which port do we run the backend on? (HTTP server)
+# Which port do we run the *sync* backend on? (HTTP server)
PORT = 8084
+# Where does our payment backend run? Must match PORT under [merchant]
+PAYMENT_BACKEND_URL = http://localhost:8080/
+
[syncdb-postgres]
CONFIG = postgres:///synccheck