diff --git a/sefaria/local_settings_example.py b/sefaria/local_settings_example.py index 7240dc4392..7ad3d6b9c8 100644 --- a/sefaria/local_settings_example.py +++ b/sefaria/local_settings_example.py @@ -159,7 +159,7 @@ # ElasticSearch server # URL to connect to ES server. -# Set this to https://sefaria.org/api/search to connect to production search. +# Set this to https://sefaria.org:443/api/search to connect to production search. # If ElasticSearch server has a password use the following format: http(s)://{username}:{password}@{base_url} SEARCH_URL = "http://localhost:9200"