From 37774bc35290089838b671cd4a1b6842bce1842f Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 16 Aug 2015 12:22:10 +0200 Subject: Add an 'eval_password' option to read the password from a secrets store --- src/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.py') diff --git a/src/config.py b/src/config.py index 6f9ef20b..e8e3269a 100644 --- a/src/config.py +++ b/src/config.py @@ -58,6 +58,7 @@ DEFAULT_CONFIG = { 'enable_user_tune': True, 'enable_vertical_tab_list': False, 'enable_xhtml_im': True, + 'eval_password': '', 'exec_remote': False, 'extract_inline_images': True, 'filter_info_messages': '', -- cgit v1.2.3