commit 9b863d542e105abcca4d823698280f3726cc26a8
parent 867a877fd810425cb90a51a6aafc0dbc63f75b39
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 26 Apr 2016 15:29:38 +0200
db config
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/config/demo.taler.net/taler.conf b/config/demo.taler.net/taler.conf
@@ -4,11 +4,12 @@ TALER_CONFIG_HOME = ${TALER_DEPLOYMENT_BASE:-$HOME}/config/taler
TALER_DEPLOYMENT_SHARED = ${HOME}/shared-data
[taler]
-CURRENCY = PUDOS
+CURRENCY = KUDOS
[bank]
uwsgi_serve = unix
uwsgi_unixpath = ${TALER_DEPLOYMENT_BASE:-$HOME}/sockets/bank.uwsgi
+database = talerdemo
[donations]
uwsgi_serve = unix
diff --git a/config/test.taler.net/taler.conf b/config/test.taler.net/taler.conf
@@ -9,7 +9,7 @@ CURRENCY = PUDOS
[bank]
uwsgi_serve = unix
uwsgi_unixpath = ${TALER_DEPLOYMENT_BASE:-$HOME}/sockets/bank.uwsgi
-db = talerbank
+database = talerbank
[donations]