summaryrefslogtreecommitdiff
path: root/src/config.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-08-16 12:22:10 +0200
committermathieui <mathieui@mathieui.net>2015-08-16 12:22:10 +0200
commit37774bc35290089838b671cd4a1b6842bce1842f (patch)
tree933961688b5393498203656cf0a1f47ba03a48c5 /src/config.py
parent1ce31d927d2a88c52645577033924ef30db0de6d (diff)
downloadpoezio-37774bc35290089838b671cd4a1b6842bce1842f.tar.gz
poezio-37774bc35290089838b671cd4a1b6842bce1842f.tar.bz2
poezio-37774bc35290089838b671cd4a1b6842bce1842f.tar.xz
poezio-37774bc35290089838b671cd4a1b6842bce1842f.zip
Add an 'eval_password' option
to read the password from a secrets store
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py1
1 files changed, 1 insertions, 0 deletions
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': '',