Skip to content

Commit

Permalink
fix: update rsshub default config (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
brucexc authored Oct 23, 2024
1 parent 5d0e688 commit f5b40ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions deploy/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ endpoints:
component:
# `rss` network type includes the worker indexing data in RSS format.
rss:
id: rss-rsshub
network: rss
worker: rsshub
id: rsshub-core
network: rsshub
worker: core
endpoint: https://your.rsshub.com/
parameters:
authentication:
Expand Down
6 changes: 3 additions & 3 deletions deploy/default/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ endpoints:

component:
rss:
id: rss-rsshub
network: rss
worker: rsshub
id: rsshub-core
network: rsshub
worker: core
endpoint: https://your.rsshub.com/
parameters:
authentication:
Expand Down
6 changes: 3 additions & 3 deletions deploy/min/config.min.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ endpoints:

component:
rss:
id: rss-rsshub
network: rss
worker: rsshub
id: rsshub-core
network: rsshub
worker: core
endpoint: https://your.rsshub.com/
parameters:
authentication:
Expand Down

0 comments on commit f5b40ab

Please sign in to comment.