mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 04:22:28 +02:00
fix: change artemis port
should fix live lock error on Windows
This commit is contained in:
parent
c643d55ee8
commit
4fb7dc75ec
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ spring:
|
||||||
async:
|
async:
|
||||||
request-timeout: 1h
|
request-timeout: 1h
|
||||||
artemis:
|
artemis:
|
||||||
|
broker-url: tcp://localhost:18515
|
||||||
embedded:
|
embedded:
|
||||||
persistent: true
|
persistent: true
|
||||||
data-directory: \${komga.config-dir}/artemis
|
data-directory: \${komga.config-dir}/artemis
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue