mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
Tests for soft-deprecating passwords in config
This commit is contained in:
parent
aac68db995
commit
36b375831a
2 changed files with 20 additions and 1 deletions
14
features/data/configs/encrypted_with_pw.json
Normal file
14
features/data/configs/encrypted_with_pw.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"default_hour": 9,
|
||||
"timeformat": "%Y-%m-%d %H:%M",
|
||||
"linewrap": 80,
|
||||
"encrypt": true,
|
||||
"editor": "",
|
||||
"default_minute": 0,
|
||||
"highlight": true,
|
||||
"password": "bad doggie no biscuit",
|
||||
"journals": {
|
||||
"default": "features/journals/encrypted.journal"
|
||||
},
|
||||
"tagsymbols": "@"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue