diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ useful for development or proxyless deployments. - `unit`: unit used in the UI, e.g. €, $, EUR - `disable_balances`: disables showing user balances on `/`, they are still shown for SPUs, and on `/?users[&negative]` etc. - `disabled_balance_replacement`: only effective when `disable_balances` is set, text printed instead of balance, by default none at all; e.g. `<i>(hidden)</i>` + - `max_amount`: maximum transaction worth in cents (intended to stop accidental adding of EAN cents to balances; therefore default is "9"*12, the largest 12 digit number) ## Migration from Strichliste |