summaryrefslogtreecommitdiff
path: root/donations.conf
diff options
context:
space:
mode:
Diffstat (limited to 'donations.conf')
-rw-r--r--donations.conf20
1 files changed, 15 insertions, 5 deletions
diff --git a/donations.conf b/donations.conf
index e0492dc..7404b3c 100644
--- a/donations.conf
+++ b/donations.conf
@@ -2,11 +2,21 @@
currency = TESTKUDOS
[frontends]
-BACKEND = http://backend.test.taler.net/
+
+# Merchant backend to use.
+backend = http://backend.test.taler.net/
+
+# This value will fill: "Authorization: ApiKey <fill here>"
+backend_apikey = sandbox
[donations]
-UWSGI_UNIXPATH_MODE = 660
+
+# The following three options configure the way the donations
+# shop will serve UWSGI requests via unix domain sockets.
+uwsgi_serve = unix
+uwsgi_unixpath = /path/to/donations.uwsgi
+uwsgi_unixpath_mode = 660
+
+# The following option picks the merchant instance that
+# will be represented by the running donations shop.
instance = default
-UWSGI_SERVE = unix
-UWSGI_UNIXPATH = $HOME/sockets/donations.uwsgi
-UWSGI_UNIXMODE = 666