Skip to content

Commit

Permalink
Merge pull request #2197 from Sefaria/fix-search-url-docs
Browse files Browse the repository at this point in the history
docs(local settings): add port number to docs explaining how to connect to search
  • Loading branch information
nsantacruz authored Dec 22, 2024
2 parents 14cd1b7 + b0697cc commit ffdf7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sefaria/local_settings_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit ffdf7e8

Please sign in to comment.