read(miniflux): Disable item cleanup
This commit is contained in:
parent
b1bb4151cf
commit
03a3e33e59
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
config = {
|
config = {
|
||||||
BASE_URL = "https://read.datarift.nl";
|
BASE_URL = "https://read.datarift.nl";
|
||||||
POLLING_SCHEDULER = "entry_frequency";
|
POLLING_SCHEDULER = "entry_frequency";
|
||||||
|
CLEANUP_ARCHIVE_UNREAD_DAYS = -1;
|
||||||
|
CLEANUP_ARCHIVE_READ_DAYS = -1;
|
||||||
OAUTH2_PROVIDER = "oidc";
|
OAUTH2_PROVIDER = "oidc";
|
||||||
OAUTH2_REDIRECT_URL = "https://read.datarift.nl/oauth2/oidc/callback";
|
OAUTH2_REDIRECT_URL = "https://read.datarift.nl/oauth2/oidc/callback";
|
||||||
OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://id.datarift.nl/realms/datarift";
|
OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://id.datarift.nl/realms/datarift";
|
||||||
|
|
Loading…
Reference in a new issue