From 5c370b551b0696813f4c47079a876d3ee731d178 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 22 Feb 2018 18:14:56 +0100 Subject: add playground confs --- config/generate-config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/generate-config b/config/generate-config index 5f11192..7d01d25 100755 --- a/config/generate-config +++ b/config/generate-config @@ -80,6 +80,10 @@ def config(currency, envname, exchange_pub, standalone): cfg_put("blog", "uwsgi_unixpath_mode", "660") cfg_put("blog", "instance", "FSF") + cfg_put("playground", "uwsgi_serve", "unix") + cfg_put("playground", "uwsgi_unixpath", "$HOME/sockets/playground.uwsgi") + cfg_put("playground", "uwsgi_unixpath_mode", "660") + if standalone: cfg_put("backoffice-blog", "backend", "https://env.taler.net/{}/merchant-backend/".format(envname)) cfg_put("backoffice-donations", "backend", "https://env.taler.net/{}/merchant-backend/".format(envname)) -- cgit v1.2.3