Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -10,7 +10,7 @@ TYPESENSE_API, TYPESENSE_HOST = TYPESENSE_API.split(':') | ... | @@ -10,7 +10,7 @@ TYPESENSE_API, TYPESENSE_HOST = TYPESENSE_API.split(':') |
| 10 | client = typesense.Client({ | 10 | client = typesense.Client({ |
| 11 | 'api_key': TYPESENSE_API, | 11 | 'api_key': TYPESENSE_API, |
| 12 | 'nodes': [{ | 12 | 'nodes': [{ |
| 13 | - 'host': 'localhost', | 13 | + 'host': TYPESENSE_HOST, |
| 14 | 'port': '8108', | 14 | 'port': '8108', |
| 15 | 'protocol': 'http' | 15 | 'protocol': 'http' |
| 16 | }], | 16 | }], | ... | ... |
-
Please register or login to post a comment