diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:10:40 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:10:40 +0100 |
| commit | 483da16cc098deaa4bf75d2d70b833b852c12091 (patch) | |
| tree | 92919841eb417f2ffee36f7157cd6c6b809d2315 /weechat/sec.conf | |
| parent | d24dc26fdab9e62f120ea232302b754a2dc6d3e8 (diff) | |
Update weechat config
Diffstat (limited to 'weechat/sec.conf')
| -rw-r--r-- | weechat/sec.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/weechat/sec.conf b/weechat/sec.conf new file mode 100644 index 0000000..8c60d03 --- /dev/null +++ b/weechat/sec.conf @@ -0,0 +1,18 @@ +# +# weechat -- sec.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use /set or similar command to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart +# + +[crypt] +cipher = aes256 +hash_algo = sha256 +passphrase_file = "" +salt = on + +[data] |