commit 3ec772b741f210d5bcf9d63b66cd06f549465df4 parent 0c657b35fa8e406604f5629ea56f175e38257045 Author: nickfarrow <nick@nickfarrow.com> Date: Wed, 10 Aug 2022 22:00:14 +1000 sats by default Diffstat:
M | config.toml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.toml b/config.toml @@ -91,8 +91,8 @@ loglevel = "DEBUG" redirect = "https://github.com/nickfarrow/satsale" # Currency and exchange rate provider -supported_currencies = ["BTC", "USD"] # Currencies to display on donation dropdown -base_currency = "USD" # Selection default for that dropdown +supported_currencies = ["BTC"] # Currencies to display on donation dropdown +base_currency = "sats" # Selection default for that dropdown currency_provider = "COINGECKO" # Supported: COINDESK | COINGECKO # Multiplier added on top of BTC / fiat exchange rate. Allows to give discount or add extra commission.