gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] branch master updated (ac3b663 -> fca6b3a)


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated (ac3b663 -> fca6b3a)
Date: Fri, 09 Oct 2020 15:42:19 +0200

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

ms pushed a change to branch master
in repository taler-merchant-demos.

    from ac3b663  drafting README
     new 044a31b  fix README
     new fca6b3a  README.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 41 ++++++++++++++++++++++++++++++++++++++---
 1 file changed, 38 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b502d84..953ec69 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ Step 1: Open the config:
 
 Step 2: Adding the required keys:
 > Copy & Paste the following into the file:
+
 > ```
 > [frontends]
 > backend_apikey = "ApiKey Sandbox"
@@ -56,8 +57,8 @@ Step 2: Adding the required keys:
 >
 > [blog]
 > http_port = 8080
-> uwsgi_serve = HTTP
-> ```
+> serve = http
+```
 <br>
 
 Step 3: Configure the config:
@@ -73,4 +74,38 @@ To apply changes, use
 
 ## Running the program
 To start the server, use the following command:<br>
-> ```$ taler-merchant-demos --serve-http blog```
+> ```$ taler-merchant-demos blog```
+
+## More configuration options.
+This makes the blog speak UWSGI over TCP:
+> ```
+> [frontends]
+> backend_apikey = "ApiKey Sandbox"
+> backend = https://backend.test.taler.net/
+>
+> [taler]
+> currency = TESTKUDOS
+>
+> [blog]
+> serve = uwsgi
+> uwsgi_serve = tcp
+> uwsgi_port = XZY
+
+> ```
+<br>
+
+This makes the blog speak UWSGI over unix domain socket:
+> ```
+> [frontends]
+> backend_apikey = "ApiKey Sandbox"
+> backend = https://backend.test.taler.net/
+>
+> [taler]
+> currency = TESTKUDOS
+>
+> [blog]
+> serve = uwsgi
+> uwsgi_serve = unix
+> uwsgi_unixpath = "/tmp/blog.uwsgi"
+> uwsgi_unixpath_mode = XZY
+> ```

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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