10 lines
411 B
Bash
10 lines
411 B
Bash
# 浏览器可见,只能填写限制为 documents:search 权限的 Search-only Key。
|
|
PUBLIC_TYPESENSE_HOST=search.example.com
|
|
PUBLIC_TYPESENSE_PORT=443
|
|
PUBLIC_TYPESENSE_PROTOCOL=https
|
|
PUBLIC_TYPESENSE_SEARCH_API_KEY=replace-with-search-only-key
|
|
PUBLIC_TYPESENSE_COLLECTION=class_memories
|
|
|
|
# 仅供 npm run search:sync 使用,绝不能使用 PUBLIC_ 前缀。
|
|
TYPESENSE_ADMIN_API_KEY=replace-with-admin-key
|