gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: readme


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: readme
Date: Tue, 06 Jun 2017 14:52:55 +0200

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

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 31739df  readme
31739df is described below

commit 31739dff00eb70d6bf6fe787ef513130d35597f9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 6 14:53:04 2017 +0200

    readme
---
 ChangeLog |  2 +-
 README    | 13 ++++++++++---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 88adf88..2a0d4d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 Tue Jun  6 14:39:45 CEST 2017
         Implementing /history API where any authenticated user
         can check his financial situation.  Removing the "admin"
-        interface. -MS
+        interface.  Implementing debt limiting.  -MS
 
 Wed Jun  1 17:27:36 CEST 2016
        Releasing taler-bank-0.0.0. -CG
diff --git a/README b/README
index 4b4279e..09d2b3b 100644
--- a/README
+++ b/README
@@ -1,3 +1,4 @@
+
 This code implements a bank Web portal that tightly integrates with
 the GNU Taler payment system.  The bank it primarily meant be used as
 part of a demonstrator for the Taler system.
@@ -52,6 +53,7 @@ In order to properly run, the bank needs the following parts 
to be configured
 * Fractional precision: precision of the fractional part of Taler objects.
 * Fractional length: how many digits after the floating point we want to be 
shown
   in HTML pages.
+* Debt thresholds
 
 # Mandatory section name
 [bank]
@@ -96,11 +98,16 @@ DATABASE = postgres:///talerlocal
 UWSGI_SERVE = unix
 
 # See above
-UWSGI_UNIXPATH = /deployment/sockets/bank-admin.uwsgi
-
-# See above
 UWSGI_UNIXPATH_MODE = 660
 
+# Maximum debt allowed for normal users.  The notation
+# used for amounts is: xy[.uv]:CURRENCY, with '.uv' being
+# optional.  NOTE that an amount of zero means there is no
+# maximum threshold.
+MAX_DEBT = 60:KUDOS
+
+# Maximum debt allowed for the bank itself
+MAX_DEBT_BANK = 0:KUDOS # Infinite debt allowed.
 
 ================== HOW TO LAUNCH THE BANK =================
 

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



reply via email to

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