remove LIB_URL from env config (it's always local)

This commit is contained in:
David Ormsbee
2012-04-09 16:24:16 -04:00
parent f6509a6858
commit ef5b6f6537
2 changed files with 0 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ SITE_NAME = ENV_TOKENS['SITE_NAME'] # "extstage.mitx.mit.edu"
CSRF_COOKIE_DOMAIN = ENV_TOKENS['CSRF_COOKIE_DOMAIN'] # '.mitx.mit.edu'
BOOK_URL = ENV_TOKENS['BOOK_URL']
LIB_URL = ENV_TOKENS['LIB_URL']
MEDIA_URL = ENV_TOKENS['MEDIA_URL']
LOG_DIR = ENV_TOKENS['LOG_DIR']

View File

@@ -96,7 +96,6 @@ TEXTBOOK_DIR = ENV_ROOT / "book_images"
# We should have separate S3 staged URLs in case we need to make changes to
# these assets and test them.
LIB_URL = '/static/js/'
# LIB_URL = 'https://mitxstatic.s3.amazonaws.com/js/' # For AWS deploys
# Dev machines shouldn't need the book
# BOOK_URL = '/static/book/'