aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAntoine A <>2024-01-24 13:09:41 +0100
committerAntoine A <>2024-01-24 13:09:41 +0100
commit33e1a6ae220a5b359d26f6648b90a2c20545fdfb (patch)
tree375d7b75bea0da8cf72d7f66cd8d252a6e7b80d0 /contrib
parent7edfaa739f019e89e38e078cee08f33bfab0272b (diff)
downloadlibeufin-33e1a6ae220a5b359d26f6648b90a2c20545fdfb.tar.gz
libeufin-33e1a6ae220a5b359d26f6648b90a2c20545fdfb.tar.bz2
libeufin-33e1a6ae220a5b359d26f6648b90a2c20545fdfb.zip
Use java.nio and typed Path everywherev0.9.4-dev.6
Diffstat (limited to 'contrib')
-rw-r--r--contrib/bank.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bank.conf b/contrib/bank.conf
index 7fe0c853..cb470a49 100644
--- a/contrib/bank.conf
+++ b/contrib/bank.conf
@@ -28,10 +28,10 @@ CURRENCY = KUDOS
# FIAT_CURRENCY = EUR
# Path to TAN challenge transmission script via sms. If not specified, this TAN channel will not be supported.
-# TAN_SMS =
+# TAN_SMS = libeufin-tan-sms.sh
# Path to TAN challenge transmission script via email. If not specified, this TAN channel will not be supported.
-# TAN_EMAIL =
+# TAN_EMAIL = libeufin-tan-email.sh
# How "libeufin-bank serve" serves its API, this can either be tcp or unix
SERVE = tcp