From f5b40ab7c134a2136144bd0e45976004203b138a Mon Sep 17 00:00:00 2001 From: brucexc <108378464+brucexc@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:46:46 -0400 Subject: [PATCH] fix: update rsshub default config (#603) --- deploy/config.example.yaml | 6 +++--- deploy/default/config.default.yaml | 6 +++--- deploy/min/config.min.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/deploy/config.example.yaml b/deploy/config.example.yaml index a2f1a3b6..373d2b17 100644 --- a/deploy/config.example.yaml +++ b/deploy/config.example.yaml @@ -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: diff --git a/deploy/default/config.default.yaml b/deploy/default/config.default.yaml index ec05e190..12abe27c 100644 --- a/deploy/default/config.default.yaml +++ b/deploy/default/config.default.yaml @@ -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: diff --git a/deploy/min/config.min.yaml b/deploy/min/config.min.yaml index af7da2f2..9ef0e942 100644 --- a/deploy/min/config.min.yaml +++ b/deploy/min/config.min.yaml @@ -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: