use acceptable bank debit limit
This commit is contained in:
parent
d5b8089264
commit
a3b56975a4
@ -20,6 +20,7 @@ PW_HASH='pbkdf2_sha256$180000$RBYjEO0WzE1z$x2Avt35TkOL2pMHvts3B1U1NIJalXZf95WnJh
|
|||||||
# hack password hash directly into the database:
|
# hack password hash directly into the database:
|
||||||
echo "UPDATE auth_user SET password='$PW_HASH'" | psql -Aqt $2
|
echo "UPDATE auth_user SET password='$PW_HASH'" | psql -Aqt $2
|
||||||
|
|
||||||
|
|
||||||
# Note that calling
|
# Note that calling
|
||||||
# taler-bank-manage -c $1 --with-db $2 django changepassword Bank x
|
# taler-bank-manage -c $1 --with-db $2 django changepassword Bank x
|
||||||
# does not work: (1) it always insists on going interactive, and (2)
|
# does not work: (1) it always insists on going interactive, and (2)
|
||||||
|
@ -56,7 +56,7 @@ TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/
|
|||||||
[bank]
|
[bank]
|
||||||
DATABASE = postgres:///taler-auditor-basedb
|
DATABASE = postgres:///taler-auditor-basedb
|
||||||
MAX_DEBT = TESTKUDOS:50.0
|
MAX_DEBT = TESTKUDOS:50.0
|
||||||
MAX_DEBT_BANK = TESTKUDOS:0.0
|
MAX_DEBT_BANK = TESTKUDOS:100000.0
|
||||||
HTTP_PORT = 8082
|
HTTP_PORT = 8082
|
||||||
SUGGESTED_EXCHANGE = http://localhost:8081/
|
SUGGESTED_EXCHANGE = http://localhost:8081/
|
||||||
SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost:8082/2
|
SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost:8082/2
|
||||||
|
@ -27,7 +27,7 @@ CURRENCY = TESTKUDOS
|
|||||||
[bank]
|
[bank]
|
||||||
DATABASE = postgres:///taler-auditor-test
|
DATABASE = postgres:///taler-auditor-test
|
||||||
MAX_DEBT = TESTKUDOS:50.0
|
MAX_DEBT = TESTKUDOS:50.0
|
||||||
MAX_DEBT_BANK = TESTKUDOS:0.0
|
MAX_DEBT_BANK = TESTKUDOS:100000.0
|
||||||
HTTP_PORT = 8082
|
HTTP_PORT = 8082
|
||||||
SUGGESTED_EXCHANGE = http://localhost:8081/
|
SUGGESTED_EXCHANGE = http://localhost:8081/
|
||||||
SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost:8082/2
|
SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost:8082/2
|
Loading…
Reference in New Issue
Block a user