update local setting

This commit is contained in:
Setyo Nugroho 2022-09-28 09:52:06 +07:00
parent c3ef13508f
commit a71b81905b

View file

@ -2,7 +2,7 @@ YUYU_NOTIFICATION_URL = "rabbit://openstack:password@127.0.0.1:5672/"
YUYU_NOTIFICATION_TOPICS = ["notifications"] YUYU_NOTIFICATION_TOPICS = ["notifications"]
# Currency Configuration # Currency Configuration
CURRENCIES = ('IDR', 'USD') CURRENCIES = ('IDR',)
DEFAULT_CURRENCY = "IDR" DEFAULT_CURRENCY = "IDR"
# Email Setting # Email Setting