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: drafting README


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: drafting README
Date: Fri, 09 Oct 2020 14:06:55 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new ac3b663  drafting README
ac3b663 is described below

commit ac3b663729ba492b02a7a8816792bd2a35b163f6
Author: MS <ms@taler.net>
AuthorDate: Fri Oct 9 14:06:52 2020 +0200

    drafting README
---
 README-draft | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/README-draft b/README-draft
new file mode 100644
index 0000000..e3d7a95
--- /dev/null
+++ b/README-draft
@@ -0,0 +1,46 @@
+Configuring the Blog
+====================
+
+To serve the blog directly via HTTP:
+------------------------------------
+
+[frontends]
+backend_apikey = "ApiKey Sandbox"
+backend = https://backend.test.taler.net/
+
+[taler]
+currency = TESTKUDOS
+
+[blog]
+http_port = 8080
+serve = http
+
+
+To serve the blog via 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 = XYZ
+
+To serve the blog via 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]