summaryrefslogtreecommitdiff
path: root/src/sync/sync.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/sync.conf')
-rw-r--r--src/sync/sync.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/sync/sync.conf b/src/sync/sync.conf
index 601241e..459c5c6 100644
--- a/src/sync/sync.conf
+++ b/src/sync/sync.conf
@@ -10,7 +10,7 @@
SERVE = tcp
# Which HTTP port does the backend listen on? Only used if "SERVE" is 'tcp'.
-PORT = 9966
+PORT = 9967
# Which IP address should we bind to? i.e. 127.0.0.1 or ::1 for loopback.
# Can also be given as a hostname. We will bind to the wildcard (dual-stack)
@@ -31,6 +31,15 @@ ANNUAL_FEE = TESTKUDOS:0.1
# Upload limit per backup, in megabytes
UPLOAD_LIMIT_MB = 16
+# Public base URL of the SYNC service itself. Used for the
+# fulfillment URL.
+BASE_URL = https://localhost:9967/
+
+# Base URL of our payment backend
+PAYMENT_BACKEND_URL = http://localhost:9966/
+
+
+
# Configuration for postgres database.
[syncdb-postgres]
CONFIG = postgres:///sync