Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
configuration
Commits
44415684
Commit
44415684
authored
Dec 04, 2013
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #518 from edx/feanil/remove_mitx
Remove MITX from the name of the features dict.
parents
418002ad
5818016f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
playbooks/roles/edxapp/defaults/main.yml
+4
-4
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
44415684
...
@@ -59,7 +59,7 @@ EDXAPP_CELERY_PASSWORD: 'celery'
...
@@ -59,7 +59,7 @@ EDXAPP_CELERY_PASSWORD: 'celery'
EDXAPP_PLATFORM_NAME
:
'
edX'
EDXAPP_PLATFORM_NAME
:
'
edX'
EDXAPP_
MITX_
FEATURES
:
EDXAPP_FEATURES
:
AUTH_USE_OPENID_PROVIDER
:
true
AUTH_USE_OPENID_PROVIDER
:
true
CERTIFICATES_ENABLED
:
true
CERTIFICATES_ENABLED
:
true
ENABLE_DISCUSSION_SERVICE
:
true
ENABLE_DISCUSSION_SERVICE
:
true
...
@@ -234,7 +234,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
...
@@ -234,7 +234,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
host
:
$EDXAPP_MONGO_HOSTS
host
:
$EDXAPP_MONGO_HOSTS
password
:
$EDXAPP_MONGO_PASSWORD
password
:
$EDXAPP_MONGO_PASSWORD
port
:
$EDXAPP_MONGO_PORT
port
:
$EDXAPP_MONGO_PORT
render_template
:
'
mit
xmako.shortcuts.render_to_string'
render_template
:
'
ed
xmako.shortcuts.render_to_string'
# Needed for the CMS to be able to run update_templates
# Needed for the CMS to be able to run update_templates
user
:
$EDXAPP_MONGO_USER
user
:
$EDXAPP_MONGO_USER
DOC_STORE_CONFIG
:
*edxapp_generic_default_docstore
DOC_STORE_CONFIG
:
*edxapp_generic_default_docstore
...
@@ -279,7 +279,7 @@ generic_env_config: &edxapp_generic_env
...
@@ -279,7 +279,7 @@ generic_env_config: &edxapp_generic_env
LOCAL_LOGLEVEL
:
$EDXAPP_LOG_LEVEL
LOCAL_LOGLEVEL
:
$EDXAPP_LOG_LEVEL
# default email backed set to local SMTP
# default email backed set to local SMTP
EMAIL_BACKEND
:
$EDXAPP_EMAIL_BACKEND
EMAIL_BACKEND
:
$EDXAPP_EMAIL_BACKEND
MITX_FEATURES
:
$EDXAPP_MITX
_FEATURES
FEATURES
:
$EDXAPP
_FEATURES
WIKI_ENABLED
:
true
WIKI_ENABLED
:
true
SYSLOG_SERVER
:
$EDXAPP_SYSLOG_SERVER
SYSLOG_SERVER
:
$EDXAPP_SYSLOG_SERVER
SITE_NAME
:
$EDXAPP_SITE_NAME
SITE_NAME
:
$EDXAPP_SITE_NAME
...
@@ -349,7 +349,7 @@ lms_auth_config:
...
@@ -349,7 +349,7 @@ lms_auth_config:
host
:
$EDXAPP_MONGO_HOSTS
host
:
$EDXAPP_MONGO_HOSTS
db
:
$EDXAPP_MONGO_DB_NAME
db
:
$EDXAPP_MONGO_DB_NAME
collection
:
'
modulestore'
collection
:
'
modulestore'
render_template
:
'
mit
xmako.shortcuts.render_to_string'
render_template
:
'
ed
xmako.shortcuts.render_to_string'
user
:
$EDXAPP_MONGO_USER
user
:
$EDXAPP_MONGO_USER
password
:
$EDXAPP_MONGO_PASSWORD
password
:
$EDXAPP_MONGO_PASSWORD
port
:
$EDXAPP_MONGO_PORT
port
:
$EDXAPP_MONGO_PORT
...
...
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