Commit 1d1ce9a6 by Kevin Falcone

Merge pull request #2088 from edx/jibsheet/enable-token-checking

Don't disable token checking on notes
parents 1ae3121f d5a4fc49
......@@ -40,6 +40,7 @@ EDX_NOTES_API_DATABASES:
PORT: 3306
EDX_NOTES_API_ALLOWED_HOSTS:
- localhost
EDX_NOTES_API_DISABLE_TOKEN_CHECK: False
EDX_NOTES_API_REPOS:
- PROTOCOL: "{{ COMMON_GIT_PROTOCOL }}"
......@@ -75,7 +76,7 @@ edx_notes_api_service_config:
ENGINE: 'notesserver.highlight.ElasticsearchSearchEngine'
URL: "{{ EDX_NOTES_API_ELASTICSEARCH_URL }}"
INDEX_NAME: '{{ EDX_NOTES_API_DATASTORE_NAME }}'
DISABLE_TOKEN_CHECK: True
DISABLE_TOKEN_CHECK: "{{ EDX_NOTES_API_DISABLE_TOKEN_CHECK }}"
#
# vars are namespace with the module name.
......
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