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.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/test_sync_api.conf b/src/lib/test_sync_api.conf
index c8e206e..057420d 100644
--- a/src/lib/test_sync_api.conf
+++ b/src/lib/test_sync_api.conf
@@ -9,6 +9,15 @@ TALER_TEST_HOME = test_sync_api_home/
# What currency do we use?
CURRENCY = EUR
+# Sync config
+
+[sync]
+# Which port do we run the backend on? (HTTP server)
+PORT = 8084
+
+[syncdb-postgres]
+CONFIG = postgres:///synccheck
+
##########################################
# Configuration for the merchant backend #
##########################################