mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-02 12:26:37 +08:00
25 lines
No EOL
490 B
YAML
25 lines
No EOL
490 B
YAML
plugins:
|
|
rss_polling_enabled:
|
|
default: false
|
|
shadowed_by_global: true
|
|
|
|
# This stores a YAML serialized array of feed setting tuples, in the format of
|
|
# [feed_url, author_username]
|
|
rss_polling_feed_setting:
|
|
default: "[]"
|
|
hidden: true
|
|
client: false
|
|
|
|
rss_polling_frequency:
|
|
min: 10
|
|
max: 180
|
|
default: 30
|
|
client: false
|
|
|
|
rss_polling_use_pubdate:
|
|
default: false
|
|
client: false
|
|
|
|
rss_polling_update_tags:
|
|
default: true
|
|
client: false |