From c2ddf5a73edbf5512f3426732f35224a83eaf02c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Sep 2022 17:08:36 +0200 Subject: -remove old README --- README-draft | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 README-draft 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 -- cgit v1.2.3