From b13b89bf47b877a93018f94ec43d6e809ddc9ac7 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 31 Dec 2023 17:09:41 +0100 Subject: [PATCH] read encryption_pwd from file --- config_panel.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config_panel.toml b/config_panel.toml index cf5efa7..c233ba1 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -16,6 +16,7 @@ name = "Archivist configuration" type = "password" optional = true help = "A password is needed if encryption is activated." + bind = "/var/www/__APP__/passkey" [main.compression] name = "Compression algorithm"