mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
Set db and cache path from first library root
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
spring:
|
||||
jpa:
|
||||
open-in-view: 'true'
|
||||
open-in-view: true
|
||||
properties:
|
||||
hibernate:
|
||||
enable_lazy_load_no_trans: 'true'
|
||||
enable_lazy_load_no_trans: true
|
||||
event:
|
||||
merge:
|
||||
entity_copy_observer: allow
|
||||
@@ -12,7 +12,7 @@ spring:
|
||||
ddl-auto: update
|
||||
datasource:
|
||||
username: gfadmin
|
||||
url: jdbc:h2:file:${gameyfin.db}/${spring.datasource.db-name}
|
||||
driverClassName: org.h2.Driver
|
||||
password: gameyfin
|
||||
db-name: gameyfin_db
|
||||
password: gameyfin
|
||||
url: jdbc:h2:file:${gameyfin.db}/${spring.datasource.db-name}
|
||||
driverClassName: org.h2.Driver
|
||||
@@ -1,14 +1,5 @@
|
||||
gameyfin:
|
||||
user:
|
||||
password:
|
||||
|
||||
root:
|
||||
|
||||
db: ./.gameyfin/db
|
||||
cache: ./.gameyfin/cache
|
||||
|
||||
file-extensions: iso, zip, rar, 7z, exe
|
||||
|
||||
igdb:
|
||||
api:
|
||||
client-id:
|
||||
|
||||
Reference in New Issue
Block a user