summaryrefslogtreecommitdiff
path: root/README-draft
blob: e3d7a958b3ce7e31d95d9ca804c960f662e89c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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