mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
fix: disable http session in database for now
This commit is contained in:
parent
6a514350fb
commit
3448140f2d
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ spring:
|
||||||
resources:
|
resources:
|
||||||
add-mappings: false
|
add-mappings: false
|
||||||
session:
|
session:
|
||||||
store-type: jdbc
|
store-type: none
|
||||||
jdbc:
|
jdbc:
|
||||||
initialize-schema: never
|
initialize-schema: never
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue