🚑 Changes Currency to ISO4217 Format (#34)

* 📚 Update Readme to reference Currency Config

* 🐛 Update default currency config

* 💥 Add regex to Currency schema

* 🔨 Fixing Regex format
This commit is contained in:
Paul Sinclair 2019-06-28 14:42:59 -04:00 committed by Franck Nijhof
parent 415743c9a2
commit 73c6011c60
2 changed files with 6 additions and 4 deletions

View file

@ -139,8 +139,10 @@ Is used for setting the language. Choose between:
### Option: `currency`
Determines the currency as displayed in the Grocy interface.
Examples: `$`, `€`, `£` or `EUR`.
Determines the currency as displayed in the Grocy interface, specified by the
ISO4217 three digit currency code.
Examples: `USD`, `CAD`, `GBP` or `EUR`.
### Option: `features`