Add default currencies

This commit is contained in:
Thaleia Tagaraki 2017-12-02 17:59:31 +02:00 committed by Astradeni
parent 33d32b9294
commit ff6497ea46
6 changed files with 11 additions and 4 deletions

View file

@ -80,3 +80,5 @@ RECAPTCHA_SECRET_KEY=""
# The url of the redis server
OSEM_REDIS_URL='redis://localhost:6379/1'
OSEM_DEFAULT_CURRENCIES="['USD', 'EURO', 'GBP', 'INR', 'CNY']"