bvm-paperless: clear password for paperless to force unix auth

This commit is contained in:
Luke Granger-Brown 2022-06-19 20:59:51 +01:00
parent f7ba4f8a80
commit d04959acf9

View file

@ -29,6 +29,7 @@ in {
PAPERLESS_CORS_ALLOWED_HOSTS = "https://paperless.int.lukegb.com,http://bvm-paperless.int.as205479.net:28981";
PAPERLESS_ENABLE_HTTP_REMOTE_USER = "true";
PAPERLESS_DBHOST = "localhost";
PAPERLESS_DBPASS = "";
};
};
systemd.services.paperless-scheduler.serviceConfig = {