Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cooderl committed Mar 1, 2024
1 parent 8e74845 commit bda06c1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ services:
- DATABASE_URL=mysql://root:123456@db:3306/wewe-rss?schema=public&connect_timeout=30&pool_timeout=30&socket_timeout=30
# 服务接口请求授权码
- AUTH_CODE=123567
# 自动提取全文内容
- FEED_MODE=fulltext
# 提取全文内容模式
# - FEED_MODE=fulltext
# 服务接口请求限制,每分钟请求次数
- MAX_REQUEST_PER_MINUTE=60
# 外网访问时,需设置为服务器的公网 IP 或者域名地址
Expand Down Expand Up @@ -151,13 +151,16 @@ docker run -d \

- `MAX_REQUEST_PER_MINUTE`每分钟最大请求次数,默认 60。

- `FEED_MODE` 输出模式,可选值 `fulltext`,RSS接口会变慢,占用更多内存。

### Web前端

- `NEXT_PUBLIC_SERVER_ORIGIN_URL` (必填项)服务端接口地址,一般跟 `SERVER_ORIGIN_URL` 一致即可。


- `BASE_PATH` 路由前缀,在配置nginx路径时可以使用
-


## 本地开发


Expand Down

0 comments on commit bda06c1

Please sign in to comment.