diff options
author | 2024-03-30 14:26:46 -0700 | |
---|---|---|
committer | 2024-03-30 14:39:41 -0700 | |
commit | 0336774e8c70409e10e3ffcf1cebe152d252a57c (patch) | |
tree | cb16b64f3fb6a63109caaf24f07541ed1e6fa263 /miniflux.1 | |
parent | 756dd449ccb1f8dd5a6a24f5d167bdb4a6b8b28d (diff) | |
download | v2-0336774e8c70409e10e3ffcf1cebe152d252a57c.tar.gz v2-0336774e8c70409e10e3ffcf1cebe152d252a57c.tar.zst v2-0336774e8c70409e10e3ffcf1cebe152d252a57c.zip |
Diffstat (limited to '')
-rw-r--r-- | miniflux.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -257,11 +257,11 @@ use it as a reading time\&. Disabled by default\&. .TP .B FILTER_ENTRY_MAX_AGE_DAYS -Number of days after which new entries should be retained.\&. +Number of days after which new entries should be retained\&. .br -Set 7 to fetch only entries 7 days old.\&. +Set 7 to fetch only entries 7 days old\&. .br -Default is 0\&. +Default is 0 (disabled)\&. .TP .B FORCE_REFRESH_INTERVAL The minimum interval for manual refresh\&. @@ -368,7 +368,7 @@ Default is http-only\&. .B MEDIA_PROXY_PRIVATE_KEY Set a custom custom private key used to sign proxified media URLs\&. .br -By default, a secret is randomly generated during startup\&. +By default, a secret key is randomly generated during startup\&. .TP .B METRICS_ALLOWED_NETWORKS List of networks allowed to access the metrics endpoint (comma-separated values)\&. |