mirror of
https://github.com/gotson/komga.git
synced 2025-12-28 19:39:20 +01:00
build: simplify dev environment
This commit is contained in:
parent
996366528d
commit
9eeb3cfddf
1 changed files with 7 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue