Hi, I modify these localhost to my server IP: _fp_solr = solr.SolrConnection("http://localhost:8502/solr/fp") _tyrant_address = ['localhost', 1978] But when I run the server, I only interact with the server via localhost.
Hi,
I modify these localhost to my server IP:
_fp_solr = solr.SolrConnection("http://localhost:8502/solr/fp")
_tyrant_address = ['localhost', 1978]
But when I run the server, I only interact with the server via localhost.