diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-08 11:26:14 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-08 11:26:14 +0700 |
| commit | b0f9866721c0b242b6559672133f2bf66b2d1b36 (patch) | |
| tree | f7ed0e6d897f95ba1bcdbfde5514d6c55bad9b2f | |
| parent | 3bf156fdc669bc57d729f2574f44a4beb4b7b79e (diff) | |
edit url apache solr
| -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 f05357bf..518280ac 100644 --- a/indoteknik_custom/models/solr/apache_solr.py +++ b/indoteknik_custom/models/solr/apache_solr.py @@ -23,7 +23,7 @@ class ApacheSolr(models.Model): if env == 'development': url = 'http://192.168.23.5:8983/solr/' elif env == 'production': - url = 'http://34.101.189.218:8983/solr/' + url = 'http://10.148.0.5:8983/solr/' return pysolr.Solr(url + schema, always_commit=True, timeout=30) |
