Unverified Commit ed7896fb by Muhammad Ammar Committed by GitHub

Merge pull request #59 from edx/ammar/update-settings-override

update settings override
parents cefb87ef 717929b5
......@@ -13,7 +13,7 @@ LOGGING = get_logger_config()
# Keep track of the names of settings that represent dicts. Instead of overriding the values in base.py,
# the values read from disk should UPDATE the pre-configured dicts.
DICT_UPDATE_KEYS = ('DATABASES', 'SECRET_KEY', 'STATIC_ROOT_PATH', 'JWT_AUTH')
DICT_UPDATE_KEYS = ('DATABASES', 'JWT_AUTH')
CONFIG_DATA = get_config()
# Remove the items that should be used to update dicts, and apply them separately rather
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment