From 0a1b3603471dbeb0b8350fdd06ce216bcaf741fe Mon Sep 17 00:00:00 2001 From: Lynne <> Date: Wed, 19 Sep 2018 20:29:23 +0200 Subject: [PATCH] Change default config file for dynamic currency system --- config.ini.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.ini.example b/config.ini.example index e945675..574425a 100644 --- a/config.ini.example +++ b/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?