Enable avatar upload for users

This commit is contained in:
grimsi
2024-09-14 17:22:43 +02:00
parent d2f720a6ed
commit 3d77a6b871
20 changed files with 1861 additions and 2327 deletions
+3 -1
View File
@@ -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