Skip to content

Commit

Permalink
removed stopwords; reverted 127.0.0.1 in wsgi.py (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
katiemcgoff authored and kialj876 committed Feb 26, 2019
1 parent 5262e89 commit 1d59b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 82 deletions.
4 changes: 2 additions & 2 deletions solr-synonyms-api/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
# Listen on all interfaces, and the catalog Python container expects the application to be on 8080.
application = synonyms.create_application()
if __name__ == '__main__':
#application.run(host='0.0.0.0', port=8080, debug=True)
application.run(host='127.0.0.1', port=8080, debug=True)
application.run(host='0.0.0.0', port=8080, debug=True)

80 changes: 0 additions & 80 deletions solr/cores/possible.conflicts/conf/stopwords.txt

This file was deleted.

0 comments on commit 1d59b1b

Please sign in to comment.