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
fb62f0c5
Commit
fb62f0c5
authored
Oct 21, 2013
by
e0d
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1417 from edx/e0d/config-fix
E0d/config fix
parents
613f2d89
5adf524a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletions
+4
-1
cms/envs/aws.py
+1
-1
cms/envs/common.py
+1
-0
lms/envs/aws.py
+1
-0
lms/envs/common.py
+1
-0
No files found.
cms/envs/aws.py
View file @
fb62f0c5
...
...
@@ -153,7 +153,7 @@ AWS_SECRET_ACCESS_KEY = AUTH_TOKENS["AWS_SECRET_ACCESS_KEY"]
DATABASES
=
AUTH_TOKENS
[
'DATABASES'
]
MODULESTORE
=
AUTH_TOKENS
[
'MODULESTORE'
]
CONTENTSTORE
=
AUTH_TOKENS
[
'CONTENTSTORE'
]
DOC_STORE_CONFIG
=
AUTH_TOKENS
.
get
(
'DOC_STORE_CONFIG'
,
DOC_STORE_CONFIG
)
# Datadog for events!
DATADOG
=
AUTH_TOKENS
.
get
(
"DATADOG"
,
{})
DATADOG
.
update
(
ENV_TOKENS
.
get
(
"DATADOG"
,
{}))
...
...
cms/envs/common.py
View file @
fb62f0c5
...
...
@@ -422,3 +422,4 @@ TRACKING_BACKENDS = {
# names/passwords. Heartbeat events are likely not interesting.
TRACKING_IGNORE_URL_PATTERNS
=
[
r'^/event'
,
r'^/login'
,
r'^/heartbeat'
]
TRACKING_ENABLED
=
True
lms/envs/aws.py
View file @
fb62f0c5
...
...
@@ -236,6 +236,7 @@ XQUEUE_INTERFACE = AUTH_TOKENS['XQUEUE_INTERFACE']
# use the one from common.py
MODULESTORE
=
AUTH_TOKENS
.
get
(
'MODULESTORE'
,
MODULESTORE
)
CONTENTSTORE
=
AUTH_TOKENS
.
get
(
'CONTENTSTORE'
,
CONTENTSTORE
)
DOC_STORE_CONFIG
=
AUTH_TOKENS
.
get
(
'DOC_STORE_CONFIG'
,
DOC_STORE_CONFIG
)
OPEN_ENDED_GRADING_INTERFACE
=
AUTH_TOKENS
.
get
(
'OPEN_ENDED_GRADING_INTERFACE'
,
OPEN_ENDED_GRADING_INTERFACE
)
...
...
lms/envs/common.py
View file @
fb62f0c5
...
...
@@ -378,6 +378,7 @@ MODULESTORE = {
}
}
CONTENTSTORE
=
None
DOC_STORE_CONFIG
=
None
# Should we initialize the modulestores at startup, or wait until they are
# needed?
...
...
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