paperless: use short admin user name
This commit is contained in:
parent
bf0575fd86
commit
a0c32fc1e7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ in
|
|||
address = "127.0.0.1";
|
||||
passwordFile = config.momo-cloud.paperless.superuserPasswordFile;
|
||||
settings = {
|
||||
PAPERLESS_ADMIN_USER = "admin@account.${config.momo-cloud.networking.domain}";
|
||||
PAPERLESS_ADMIN_USER = "admin";
|
||||
PAPERLESS_OCR_LANGUAGE = "deu+eng";
|
||||
PAPERLESS_OCR_USER_ARGS = ''{"invalidate_digital_signatures": true}'';
|
||||
PAPERLESS_URL = "https://paperless.${config.momo-cloud.networking.domain}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue