refactor: added env variable for progress graph (#190)

* refactor: added env variable for progress graph

* refactor: removed API call when progress graph setting is disabled
This commit is contained in:
Ahtisham Shahid
2021-09-23 14:26:23 +05:00
committed by GitHub
parent 0060f15752
commit 8552a96d56
5 changed files with 11 additions and 2 deletions

View File

@@ -24,3 +24,4 @@ STUDIO_BASE_URL='http://localhost:18010'
SUPPORT_EMAIL='support@example.com'
SUPPORT_URL='https://support.edx.org'
USER_INFO_COOKIE_NAME='edx-user-info'
ENABLE_PROGRESS_GRAPH_SETTINGS=false