summaryrefslogtreecommitdiff
path: root/README-draft
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-24 17:08:36 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-24 17:08:36 +0200
commitc2ddf5a73edbf5512f3426732f35224a83eaf02c (patch)
treec1f5cbc0b6862e24989bb00b7db68e3bcb75eaa3 /README-draft
parentd80c9fe69b35cf47bfd13b628c379c55d468c6fc (diff)
downloadtaler-merchant-demos-c2ddf5a73edbf5512f3426732f35224a83eaf02c.tar.gz
taler-merchant-demos-c2ddf5a73edbf5512f3426732f35224a83eaf02c.tar.bz2
taler-merchant-demos-c2ddf5a73edbf5512f3426732f35224a83eaf02c.zip
-remove old README
Diffstat (limited to 'README-draft')
-rw-r--r--README-draft46
1 files changed, 0 insertions, 46 deletions
diff --git a/README-draft b/README-draft
deleted file mode 100644
index e3d7a95..0000000
--- a/README-draft
+++ /dev/null
@@ -1,46 +0,0 @@
-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