fix: internal api port number (#20)
This commit is contained in:
parent
2a9078b592
commit
9b8f299956
@ -1,3 +1,2 @@
|
|||||||
# Student notes
|
# Student notes
|
||||||
EDXNOTES_CLIENT_NAME = "notes"
|
EDXNOTES_CLIENT_NAME = "notes"
|
||||||
EDXNOTES_INTERNAL_API = "http://notes:8000/api/v1"
|
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
EDXNOTES_PUBLIC_API = "http://{{ NOTES_HOST }}:8120/api/v1"
|
EDXNOTES_PUBLIC_API = "http://{{ NOTES_HOST }}:8120/api/v1"
|
||||||
|
EDXNOTES_INTERNAL_API = "http://notes:8120/api/v1"
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
EDXNOTES_PUBLIC_API = "{{ "https" if ENABLE_HTTPS else "http" }}://{{ NOTES_HOST }}/api/v1"
|
EDXNOTES_PUBLIC_API = "{{ "https" if ENABLE_HTTPS else "http" }}://{{ NOTES_HOST }}/api/v1"
|
||||||
|
EDXNOTES_INTERNAL_API = "http://notes:8000/api/v1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user