read(miniflux): Enable debug logging

This commit is contained in:
Erwin Boskma 2024-07-16 00:55:16 +02:00
parent bfebda4f84
commit 2e568f7f75
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -9,6 +9,7 @@
OAUTH2_REDIRCT_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;
};