Skip to content

Commit 2a229eb

Browse files
remove localhost from settings
1 parent ecfbbcd commit 2a229eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mp_api/client/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
_MAX_LIST_LENGTH = min(PMG_SETTINGS.get("MPRESTER_MAX_LIST_LENGTH", 10000), 10000)
1616

1717
_EMMET_SETTINGS = EmmetSettings() # type: ignore[call-arg]
18-
_DEFAULT_ENDPOINT = "http://0.0.0.0:8000" # https://api.materialsproject.org/"
18+
_DEFAULT_ENDPOINT = "https://api.materialsproject.org/"
1919

2020

2121
class MAPIClientSettings(BaseSettings):

0 commit comments

Comments
 (0)