Change default config file for dynamic currency system

static-cp-fix
Lynne 6 years ago
parent 7be17efc8b
commit 0a1b360347
  1. 5
      config.ini.example

@ -31,6 +31,11 @@ connection-string=postgresql://postgres@localhost/fosspay
stripe-secret=
stripe-publish=
# Currency to use
# "usd" for dollar, "eur" for euro
# refer to stripe documentation for details : https://stripe.com/docs/currencies
currency=usd
# Separate with spaces
default-amounts=3 5 10 20
# Which one to pick when they arrive?

Loading…
Cancel
Save