Commit 94a5ed1b by Max Rothman

Correct notes api port

parent b63fda36
......@@ -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