Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ pnpm-lock.yaml
.astro/

# react-native
.expo
.expo

# Data
books.jsonl
16 changes: 16 additions & 0 deletions typesense-gin-full-text-search/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Server Configuration
PORT=3000

# Typesense Configuration
TYPESENSE_HOST=localhost
TYPESENSE_PORT=8108
TYPESENSE_PROTOCOL=http
TYPESENSE_API_KEY=xyz
TYPESENSE_COLLECTION=books

# Database Credentials
DB_HOST=xxx
DB_PORT=xxx
DB_USER=xxx
DB_PASSWORD=xxx
DB_NAME=xxx
Loading