mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
Fixes config tests
This commit is contained in:
parent
9c16ad4577
commit
cbab596b43
9 changed files with 49 additions and 64 deletions
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"default_hour": 9,
|
||||
"timeformat": "%Y-%m-%d %H:%M",
|
||||
"linewrap": 80,
|
||||
"encrypt": false,
|
||||
"editor": "",
|
||||
"default_minute": 0,
|
||||
"highlight": true,
|
||||
"password": "",
|
||||
"journals": {
|
||||
"default": "features/journals/simple.journal"
|
||||
},
|
||||
"tagsymbols": "@"
|
||||
}
|
10
features/data/configs/basic.yaml
Normal file
10
features/data/configs/basic.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
default_hour: 9
|
||||
timeformat: "%Y-%m-%d %H:%M"
|
||||
linewrap: 80
|
||||
encrypt: false
|
||||
editor: ""
|
||||
default_minute: 0
|
||||
highlight: true
|
||||
journals:
|
||||
default: features/journals/simple.journal
|
||||
tagsymbols: "@"
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"default_hour": 9,
|
||||
"timeformat": "%Y-%m-%d %H:%M",
|
||||
"linewrap": 80,
|
||||
"encrypt": false,
|
||||
"editor": "",
|
||||
"default_minute": 0,
|
||||
"highlight": true
|
||||
"password": "",
|
||||
"journals": {
|
||||
"default": "features/journals/simple.journal"
|
||||
"work": "features/journals/work.journal",
|
||||
},
|
||||
"tagsymbols": "@"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue