read(miniflux): Enable debug logging
This commit is contained in:
parent
bfebda4f84
commit
2e568f7f75
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
OAUTH2_REDIRCT_URL = "https://read.datarift.nl/oauth2/oidc/callback";
|
OAUTH2_REDIRCT_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";
|
||||||
WEBAUTHN = 1;
|
WEBAUTHN = 1;
|
||||||
|
LOG_LEVEL = "debug";
|
||||||
};
|
};
|
||||||
adminCredentialsFile = config.sops.secrets.miniflux-env.path;
|
adminCredentialsFile = config.sops.secrets.miniflux-env.path;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue