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 10, 2024
1 parent b6dfb30 commit f5e826c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- [x] 后台自动定时更新内容
- [x] 微信公众号RSS生成(支持`.atom`\.`rss`\.`json`格式)
- [x] 支持全文内容输出,让阅读无障碍
- [x] 所有订阅源导出OPML

## 部署

Expand Down Expand Up @@ -88,12 +89,12 @@ docker run -d \

## 环境变量

- `AUTH_CODE`**必填项**)服务端接口请求授权码,(`/feeds`路径不需要)。

- `DATABASE_URL`**必填项**)数据库地址,例如 `mysql://root:[email protected]:3306/wewe-rss`

- `DATABASE_TYPE` 数据库类型,使用 `sqlite` 时需要填写 `sqlite`

- `AUTH_CODE` 服务端接口请求授权码,(`/feeds`路径不需要)。

- `SERVER_ORIGIN_URL` 服务端访问地址,用于生成RSS的完整路径(外网访问时,设置为服务器的公网 IP 或者域名地址)。

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

0 comments on commit f5e826c

Please sign in to comment.