pr0nstar

XV.III

...@@ -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 }],
......