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
962999da
Commit
962999da
authored
May 21, 2015
by
Max Rothman
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2032 from edx/max/notes
Enable edx-notes in loadtest
parents
a59ac922
f13a5bcc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
playbooks/roles/edx_notes_api/defaults/main.yml
+3
-3
playbooks/roles/edxapp/defaults/main.yml
+4
-0
No files found.
playbooks/roles/edx_notes_api/defaults/main.yml
View file @
962999da
...
...
@@ -87,10 +87,10 @@ edx_notes_api_code_dir: "{{ edx_notes_api_home }}/{{ edx_notes_api_service_name
edx_notes_api_conf_dir
:
"
{{
edx_notes_api_home
}}"
edx_notes_api_gunicorn_host
:
"
127.0.0.1"
edx_notes_api_gunicorn_port
:
"
8120"
edx_notes_api_gunicorn_timeout
:
"
300"
edx_notes_api_gunicorn_port
:
8120
edx_notes_api_gunicorn_timeout
:
300
edx_notes_api_wsgi
:
notesserver.wsgi:application
edx_notes_api_nginx_port
:
"
18120"
edx_notes_api_nginx_port
:
18120
edx_notes_api_manage
:
"
{{
edx_notes_api_code_dir
}}/manage.py"
edx_notes_api_requirements_base
:
"
{{
edx_notes_api_code_dir
}}/requirements"
# Application python requirements
...
...
playbooks/roles/edxapp/defaults/main.yml
View file @
962999da
...
...
@@ -483,6 +483,9 @@ EDXAPP_PROFILE_IMAGE_MIN_BYTES: 100
EDXAPP_PARSE_KEYS
:
{}
EDXAPP_EDXNOTES_INTERFACE
:
url
:
http://localhost:{{ EDXAPP_LMS_NGINX_PORT }}/api/v1'
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -818,6 +821,7 @@ lms_env_config:
PROFILE_IMAGE_BACKEND
:
"
{{
EDXAPP_PROFILE_IMAGE_BACKEND
}}"
PROFILE_IMAGE_MIN_BYTES
:
"
{{
EDXAPP_PROFILE_IMAGE_MIN_BYTES
}}"
PROFILE_IMAGE_MAX_BYTES
:
"
{{
EDXAPP_PROFILE_IMAGE_MAX_BYTES
}}"
EDXNOTES_INTERFACE
:
"
{{
EDXAPP_EDXNOTES_INTERFACE
}}"
cms_auth_config
:
<<
:
*edxapp_generic_auth
...
...
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