summaryrefslogtreecommitdiff
path: root/src/lib/test_sync_api.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-25 15:53:39 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-25 15:53:39 +0100
commitcbd5fbd796b18916ea032021661397369fbcbd22 (patch)
treeba2adec8b27a7257ab958190a757d5ec47b4cbee /src/lib/test_sync_api.conf
parent44c31640ea5d46446fa4425179a76a367264be97 (diff)
downloadsync-cbd5fbd796b18916ea032021661397369fbcbd22.tar.gz
sync-cbd5fbd796b18916ea032021661397369fbcbd22.tar.bz2
sync-cbd5fbd796b18916ea032021661397369fbcbd22.zip
ign
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 #
##########################################