EDXNOTES_PUBLIC_API = "{{ "https" if ENABLE_HTTPS else "http" }}://{{ NOTES_HOST }}/api/v1"
EDXNOTES_INTERNAL_API = "http://notes:8000/api/v1"
