Commit 296d32ad by Max Rothman

Merge pull request #2043 from edx/max/notes-port

Correct notes api port
parents b63fda36 94a5ed1b
......@@ -87,7 +87,7 @@ 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_port: 18120
edx_notes_api_gunicorn_timeout: 300
edx_notes_api_wsgi: notesserver.wsgi:application
edx_notes_api_nginx_port: 18120
......
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