mirror of
https://github.com/seejohnrun/haste-server
synced 2025-07-30 15:20:05 -07:00
Generalize store
This commit is contained in:
parent
fec02cfead
commit
83b8f3f52d
3 changed files with 24 additions and 14 deletions
|
@ -11,6 +11,11 @@
|
|||
"type": "Console",
|
||||
"colorize": true
|
||||
}
|
||||
]
|
||||
],
|
||||
|
||||
"storage": {
|
||||
"type": "file",
|
||||
"path": "./data"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue