Commit 7f758d6f by Max Rothman

Set notes allowed hosts to enable loadtest

parent 35545538
...@@ -38,6 +38,8 @@ EDX_NOTES_API_DATABASES: ...@@ -38,6 +38,8 @@ EDX_NOTES_API_DATABASES:
PASSWORD: "{{ EDX_NOTES_API_MYSQL_DB_PASS }}" PASSWORD: "{{ EDX_NOTES_API_MYSQL_DB_PASS }}"
HOST: "{{ EDX_NOTES_API_MYSQL_HOST }}" HOST: "{{ EDX_NOTES_API_MYSQL_HOST }}"
PORT: 3306 PORT: 3306
EDX_NOTES_API_ALLOWED_HOSTS:
- localhost
EDX_NOTES_API_REPOS: EDX_NOTES_API_REPOS:
- PROTOCOL: "{{ COMMON_GIT_PROTOCOL }}" - PROTOCOL: "{{ COMMON_GIT_PROTOCOL }}"
...@@ -53,6 +55,7 @@ EDX_NOTES_API_REPOS: ...@@ -53,6 +55,7 @@ EDX_NOTES_API_REPOS:
# in /edx/etc # in /edx/etc
# #
edx_notes_api_service_config: edx_notes_api_service_config:
ALLOWED_HOSTS: "{{ EDX_NOTES_API_ALLOWED_HOSTS }}"
# replace with your secret key # replace with your secret key
SECRET_KEY: '{{ EDX_NOTES_API_SECRET_KEY }}' SECRET_KEY: '{{ EDX_NOTES_API_SECRET_KEY }}'
# replace with your oauth id and secret # replace with your oauth id and secret
......
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