build: simplify dev environment

This commit is contained in:
Gauthier Roebroeck 2022-01-24 14:00:44 +08:00
parent 996366528d
commit 9eeb3cfddf

View file

@ -1,5 +1,10 @@
komga:
workspace: localdb
database:
file: \${komga.config-dir}/localdb.sqlite
file: \${komga.config-dir}/\${komga.workspace}.sqlite
lucene:
data-directory: \${komga.config-dir}/lucene/localdb
data-directory: \${komga.config-dir}/lucene/\${komga.workspace}
spring:
artemis:
embedded:
data-directory: \${komga.config-dir}/artemis/\${komga.workspace}