From b0697cca093fefb07e30482d5510b7d9c6a42c1e Mon Sep 17 00:00:00 2001 From: nsantacruz Date: Sun, 22 Dec 2024 10:29:45 +0200 Subject: [PATCH] docs(local settings): add port number to docs explaining how to connect to search --- sefaria/local_settings_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"