Merge pull request #1691 from edx/jarv/github-repo-root
adding override for GITHUB_REPO_ROOT
This commit is contained in:
@@ -88,6 +88,9 @@ with open(CONFIG_ROOT / CONFIG_PREFIX + "env.json") as env_file:
|
||||
|
||||
# STATIC_URL specifies the url to use for static files
|
||||
STATIC_URL = ENV_TOKENS.get('STATIC_URL', STATIC_URL)
|
||||
# GITHUB_REPO_ROOT is the base directory
|
||||
# for course data
|
||||
GITHUB_REPO_ROOT = ENV_TOKENS.get('GITHUB_REPO_ROOT', GITHUB_REPO_ROOT)
|
||||
|
||||
# STATIC_ROOT specifies the directory where static files are
|
||||
# collected
|
||||
|
||||
Reference in New Issue
Block a user