3 lines
143 B
Plaintext
3 lines
143 B
Plaintext
EDXNOTES_PUBLIC_API = "{{ "https" if ENABLE_HTTPS else "http" }}://{{ NOTES_HOST }}/api/v1"
|
|
EDXNOTES_INTERNAL_API = "http://notes:8000/api/v1"
|