Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Gabriel Weisse
/
presupuestov1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
pr0nstar
2026-04-21 09:44:42 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
18c831385ac432234e5d0f15fa477b86c5461543
18c83138
1 parent
aa079dd2
XV.III
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
search.py
search.py
View file @
18c8313
...
...
@@ -10,7 +10,7 @@ TYPESENSE_API, TYPESENSE_HOST = TYPESENSE_API.split(':')
client
=
typesense
.
Client
({
'api_key'
:
TYPESENSE_API
,
'nodes'
:
[{
'host'
:
'localhost'
,
'host'
:
TYPESENSE_HOST
,
'port'
:
'8108'
,
'protocol'
:
'http'
}],
...
...
Please
register
or
login
to post a comment