bvm-paperless: clear password for paperless to force unix auth
This commit is contained in:
parent
f7ba4f8a80
commit
d04959acf9
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ in {
|
||||||
PAPERLESS_CORS_ALLOWED_HOSTS = "https://paperless.int.lukegb.com,http://bvm-paperless.int.as205479.net:28981";
|
PAPERLESS_CORS_ALLOWED_HOSTS = "https://paperless.int.lukegb.com,http://bvm-paperless.int.as205479.net:28981";
|
||||||
PAPERLESS_ENABLE_HTTP_REMOTE_USER = "true";
|
PAPERLESS_ENABLE_HTTP_REMOTE_USER = "true";
|
||||||
PAPERLESS_DBHOST = "localhost";
|
PAPERLESS_DBHOST = "localhost";
|
||||||
|
PAPERLESS_DBPASS = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.services.paperless-scheduler.serviceConfig = {
|
systemd.services.paperless-scheduler.serviceConfig = {
|
||||||
|
|
Loading…
Reference in a new issue