summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig/generate-config1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/generate-config b/config/generate-config
index aad15d3..2ab0b30 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -48,6 +48,7 @@ def config(currency, envname, exchange_pub, standalone):
cfg_put("paths", "TALER_DEPLOYMENT_SHARED", "${HOME}/shared-data")
cfg_put("taler", "CURRENCY", currency)
+ cfg_put("bank", "serve", "uwsgi")
cfg_put("bank", "uwsgi_serve", "unix")
cfg_put("bank", "uwsgi_unixpath", "$HOME/sockets/bank.uwsgi")
cfg_put("bank", "uwsgi_unixpath_mode", "660")