Add back sqlite plugin database config option
This commit is contained in:
parent
a3e89970be
commit
f9026469cd
@ -27,6 +27,9 @@ plugin_directories:
|
||||
|
||||
# Configuration for storing plugin databases
|
||||
plugin_databases:
|
||||
# Some plugins still require sqlite, so configure a path here.
|
||||
# postgres will be used if supported.
|
||||
sqlite: /data/dbs
|
||||
postgres: default
|
||||
|
||||
server:
|
||||
|
Loading…
Reference in New Issue
Block a user