read(miniflux): Fix typo
This commit is contained in:
parent
2e568f7f75
commit
f5de5bea15
1 changed files with 1 additions and 2 deletions
|
@ -6,10 +6,9 @@
|
|||
BASE_URL = "https://read.datarift.nl";
|
||||
POLLING_SCHEDULER = "entry_frequency";
|
||||
OAUTH2_PROVIDER = "oidc";
|
||||
OAUTH2_REDIRCT_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";
|
||||
WEBAUTHN = 1;
|
||||
LOG_LEVEL = "debug";
|
||||
};
|
||||
adminCredentialsFile = config.sops.secrets.miniflux-env.path;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue