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