Commit 962999da by Max Rothman

Merge pull request #2032 from edx/max/notes

Enable edx-notes in loadtest
parents a59ac922 f13a5bcc
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment