summaryrefslogtreecommitdiff
path: root/blog.conf
diff options
context:
space:
mode:
Diffstat (limited to 'blog.conf')
-rw-r--r--blog.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/blog.conf b/blog.conf
new file mode 100644
index 0000000..402ea09
--- /dev/null
+++ b/blog.conf
@@ -0,0 +1,13 @@
+[taler]
+currency = TESTKUDOS
+
+[frontends]
+BACKEND = http://backend.test.taler.net/
+FRACTION = 100000000
+
+[blog]
+UWSGI_UNIXPATH_MODE = 660
+instance = FSF
+UWSGI_SERVE = unix
+UWSGI_UNIXPATH = $HOME/sockets/blog.uwsgi
+UWSGI_UNIXMODE = 666