summaryrefslogtreecommitdiff
path: root/survey.conf
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-24 17:43:24 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-24 17:43:24 +0100
commit7eed7b40d833896955835884573b8bbff436f025 (patch)
treef83ccb75451a86a7cd8e4e7fbc66097af72dc6ed /survey.conf
parenta47bf3dd04d182638fedf0f6edb99b73fc1efd3e (diff)
downloadsurvey-7eed7b40d833896955835884573b8bbff436f025.tar.gz
survey-7eed7b40d833896955835884573b8bbff436f025.tar.bz2
survey-7eed7b40d833896955835884573b8bbff436f025.zip
config defaults
Diffstat (limited to 'survey.conf')
-rw-r--r--survey.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/survey.conf b/survey.conf
new file mode 100644
index 0000000..777f597
--- /dev/null
+++ b/survey.conf
@@ -0,0 +1,14 @@
+[taler]
+currency = TESTKUDOS
+
+[frontends]
+BACKEND = http://backend.test.taler.net/
+FRACTION = 100000000
+
+[survey]
+UWSGI_UNIXPATH_MODE = 660
+instance = survey
+UWSGI_SERVE = unix
+UWSGI_UNIXPATH = $HOME/sockets/survey.uwsgi
+UWSGI_UNIXMODE = 666
+