gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-donations] branch master updated: provide default co


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] branch master updated: provide default config
Date: Fri, 24 May 2019 17:24:12 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository donations.

The following commit(s) were added to refs/heads/master by this push:
     new 62b549f  provide default config
62b549f is described below

commit 62b549f47e86634b8ee822268770ee553e8455a3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri May 24 17:23:58 2019 +0200

    provide default config
---
 Makefile.in    |  1 +
 donations.conf | 20 +++++++++++++++-----
 2 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 5cb170b..c19386a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,6 +25,7 @@ $(script_templates): %: Makefile %.in
 .PHONY: install-data
 install-data: $(templates)
        @$(INSTALL_DATA) -Dt $(prefix)/share/taler/ frontend-donations.wsgi
+       @$(INSTALL_DATA) -Dt $(prefix)/share/taler/config.d/ donations.conf
 
 #      @test -n "$$(ls -A talerbank/app/static/web-common/)" || \
 #      (echo "please check out git submodules"; exit 1)
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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]