diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-15 15:49:53 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-15 15:49:53 +0700 |
| commit | 25baecd1038b6b629e96d8b9eb9651bec95050b3 (patch) | |
| tree | ddb84b050e1f4430ab3458851bbdcc5e1d2ae6dd | |
| parent | d2c33bcf58080579f3a888bfe8b0ddf12926deac (diff) | |
fix
| -rw-r--r-- | indoteknik_custom/models/solr/apache_solr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/solr/apache_solr.py b/indoteknik_custom/models/solr/apache_solr.py index dbc057c9..21fb15d2 100644 --- a/indoteknik_custom/models/solr/apache_solr.py +++ b/indoteknik_custom/models/solr/apache_solr.py @@ -27,7 +27,7 @@ class ApacheSolr(models.Model): if env == 'development': url = 'http://localhost:8983/solr/' elif env == 'production': - url = 'http://locahost:8983/solr/' + url = 'http://34.101.189.218:8983/solr/' return pysolr.Solr(url + schema, always_commit=False, timeout=10) |
