aboutsummaryrefslogtreecommitdiff
path: root/libeufin/root/etc/libeufin/libeufin-bank.conf.new
blob: 9c2fb32ec825a631f51f5ffdb4327b5ddceb9760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This is the main configuration entrypoint for the libeufin-bank.

[libeufin-bank]

# Internal currency of the libeufin-bank
CURRENCY = KUDOS

# Default debt limit for newly created accounts
# DEFAULT_DEBT_LIMIT = KUDOS:0

# Value of the registration bonus for new users
# REGISTRATION_BONUS = KUDOS:0

# Allow account registration by anyone
# ALLOW_REGISTRATION = no

# Allow an account to delete itself
# ALLOW_ACCOUNT_DELETION = no

# Enable regional currency conversion
# ALLOW_CONVERSION = no

# Path to TAN challenge transmission script via sms. If not specified, this TAN channel wil be unuspported.
TAN_SMS = 

# Path to TAN challenge transmission script via email. If not specified, this TAN channel wil be unuspported.
TAN_EMAIL =

# Where "libeufin-bank serve" serves its API
SERVE = tcp
PORT = 9099

[libeufin-bankdb-postgres]
CONFIG = postgres:///libeufin-bank