Skip to content

Commit

Permalink
更新其他搜索服务的变量说明
Browse files Browse the repository at this point in the history
  • Loading branch information
fatwang2 authored Mar 25, 2024
1 parent 38499da commit f5d00d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ This project provides some additional configuration items set with environment v
| `RELATED_QUESTIONS` | Yes | Show the related questions. | `1`
| `NODE_ENV` | Yes | The environment required for deployment is necessary only during manual deployment. | `production`
| `BACKEND` | Yes | The search service you want. | `SEARCH1API,BING,GOOGLE,SERPER,SEARCHAPI`
| `SEARCH1API_KEY` | Yes | If you choose SEARCH1API. | `xxx`
| `BING_SEARCH_V7_SUBSCRIPTION_KEY` | Yes | If you choose BING. | `xxx`
| `GOOGLE_SEARCH_CX` | Yes | If you choose GOOGLE. | `xxxx`
| `GOOGLE_SEARCH_API_KEY` | Yes | If you choose GOOGLE. | `xxx`
| `SEARCHAPI_API_KEY` | Yes | If you choose SEARCHAPI. | `xxx`
| `SERPER_SEARCH_API_KEY` | Yes | If you choose SERPER. | `xxx`



## TODO
- [ ] Support Lepton
Expand Down

0 comments on commit f5d00d4

Please sign in to comment.