Change default config file for dynamic currency system

This commit is contained in:
Lynne 2018-09-19 20:29:23 +02:00
parent 7be17efc8b
commit 0a1b360347
1 changed files with 5 additions and 0 deletions

View File

@ -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?