mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 00:30:02 +00:00
Enable avatar upload for users
This commit is contained in:
@@ -20,9 +20,9 @@ spring:
|
||||
devtools.restart.additional-exclude: dev/hilla/openapi.json
|
||||
jpa:
|
||||
# defer-datasource-initialization: true
|
||||
database-platform: org.hibernate.dialect.H2Dialect
|
||||
hibernate:
|
||||
ddl-auto: update
|
||||
open-in-view: false
|
||||
mustache:
|
||||
check-template-location: false
|
||||
sql.init.mode: always
|
||||
@@ -32,6 +32,8 @@ spring:
|
||||
db-name: gameyfin_db
|
||||
url: jdbc:h2:file:./db/${spring.datasource.db-name}
|
||||
driverClassName: org.h2.Driver
|
||||
content:
|
||||
fs.filesystem-root: ./data/
|
||||
application:
|
||||
name: Gameyfin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user