commit eb1f24c1eb7ca1967e2c6cca3f0bf4376a885fb3
parent c151b861ca3e6691a28777dee1fa08eea8f94c5b
Author: ms <ms@taler.net>
Date: Tue, 1 Feb 2022 07:54:17 +0100
CLI help message
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
@@ -1255,9 +1255,10 @@ def sandbox_demobank_info(obj, bank_account):
tell_user(resp, withsuccess=True)
@sandbox_demobank.command("register",
- help="""register a new bank account. Note that the username
-will be both the username to login at the bank and the bank account
-label"""
+ help="""register a new bank account. Credentials will be taken
+ from the LIBEUFIN_SANDBOX_{USERNAME, PASSWORD} env variables. Note
+ that the username will be both the username to login at the bank
+ and the bank account label"""
)
@click.option(
"--public/--no-public",
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -417,7 +417,6 @@ val singleThreadContext = newSingleThreadContext("DB")
val sandboxApp: Application.() -> Unit = {
install(CallLogging) {
this.level = org.slf4j.event.Level.DEBUG
- this.logger = logger
}
install(Authentication) {
// Web-based authentication for Bank customers.