Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
da315915
Commit
da315915
authored
Apr 09, 2012
by
David Ormsbee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove LIB_URL from env config (it's always local)
parent
d3a9d7f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
envs/aws.py
+0
-1
envs/common.py
+0
-1
No files found.
envs/aws.py
View file @
da315915
...
@@ -27,7 +27,6 @@ SITE_NAME = ENV_TOKENS['SITE_NAME'] # "extstage.mitx.mit.edu"
...
@@ -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'
CSRF_COOKIE_DOMAIN
=
ENV_TOKENS
[
'CSRF_COOKIE_DOMAIN'
]
# '.mitx.mit.edu'
BOOK_URL
=
ENV_TOKENS
[
'BOOK_URL'
]
BOOK_URL
=
ENV_TOKENS
[
'BOOK_URL'
]
LIB_URL
=
ENV_TOKENS
[
'LIB_URL'
]
MEDIA_URL
=
ENV_TOKENS
[
'MEDIA_URL'
]
MEDIA_URL
=
ENV_TOKENS
[
'MEDIA_URL'
]
LOG_DIR
=
ENV_TOKENS
[
'LOG_DIR'
]
LOG_DIR
=
ENV_TOKENS
[
'LOG_DIR'
]
...
...
envs/common.py
View file @
da315915
...
@@ -96,7 +96,6 @@ TEXTBOOK_DIR = ENV_ROOT / "book_images"
...
@@ -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
# We should have separate S3 staged URLs in case we need to make changes to
# these assets and test them.
# these assets and test them.
LIB_URL
=
'/static/js/'
LIB_URL
=
'/static/js/'
# LIB_URL = 'https://mitxstatic.s3.amazonaws.com/js/' # For AWS deploys
# Dev machines shouldn't need the book
# Dev machines shouldn't need the book
# BOOK_URL = '/static/book/'
# BOOK_URL = '/static/book/'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment