Currency settings
Explanation on how to configure currencies
# Default currency name (must be the same as the currency name in the currencies list)
defaultCurrencyName: vault
# Currencies
# payTax is the tax on payments, 0.1 = 10% tax
currencies:
- currencyName: vault
currencySingle: euro
currencyPlural: euros
decimalFormat: '#.##'
languageTag: en-US
startingBalance: 0.0
maxBalance: 1.0E14
payTax: 0.0
saveTransactions: true
transactionsTTL: 0
bankEnabled: true
taxOnlyPay: false
executorThreads: 3Last updated