summaryrefslogtreecommitdiff
path: root/backoffice.conf
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-05 15:17:05 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-05 15:17:05 +0100
commitc6e2ca80a10fd87cb92e24d39dbf76acca6542c3 (patch)
treea2858248ba575e1df4990839fa56618f714cb06c /backoffice.conf
parent369d47974bc75df5df74c8253286e27308d04f53 (diff)
downloadbackoffice-c6e2ca80a10fd87cb92e24d39dbf76acca6542c3.tar.gz
backoffice-c6e2ca80a10fd87cb92e24d39dbf76acca6542c3.tar.bz2
backoffice-c6e2ca80a10fd87cb92e24d39dbf76acca6542c3.zip
up to the point where the site fetches all the
values from the config file.
Diffstat (limited to 'backoffice.conf')
-rw-r--r--backoffice.conf11
1 files changed, 4 insertions, 7 deletions
diff --git a/backoffice.conf b/backoffice.conf
index 402ea09..a29f69e 100644
--- a/backoffice.conf
+++ b/backoffice.conf
@@ -1,13 +1,10 @@
[taler]
currency = TESTKUDOS
-[frontends]
-BACKEND = http://backend.test.taler.net/
-FRACTION = 100000000
-
-[blog]
+[backoffice-donations]
UWSGI_UNIXPATH_MODE = 660
-instance = FSF
+INSTANCES = Tor Taler
+BACKEND = http://backend.test.taler.net/
UWSGI_SERVE = unix
-UWSGI_UNIXPATH = $HOME/sockets/blog.uwsgi
+UWSGI_UNIXPATH = $HOME/sockets/backoffice-donations.uwsgi
UWSGI_UNIXMODE = 666