gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] 02/02: allow bank registrations


From: gnunet
Subject: [taler-deployment] 02/02: allow bank registrations
Date: Tue, 21 Jan 2020 18:00:32 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

commit 2ab6477b6e5f47db0f0d862df8c35be768b2eb63
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 21 18:00:27 2020 +0100

    allow bank registrations
---
 config/generate-config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/generate-config b/config/generate-config
index 03426a8..18a4ddf 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -91,6 +91,7 @@ def config(obj):
     obj.cfg_put("bank", "database", "taler"+obj.envname)
     obj.cfg_put("bank", "max_debt", "%s:0.0" % obj.currency)
     obj.cfg_put("bank", "max_debt_bank", "%s:1000000000.0" % obj.currency)
+    obj.cfg_put("bank", "allow_registrations", "YES")
 
 
     obj.cfg_put("bank", "database", "postgres:///taler{}".format(obj.envname))

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]