inital working version

This commit is contained in:
Stefan Hardegger
2025-07-22 21:49:40 +02:00
parent bebb799784
commit 59d29dceaf
98 changed files with 8027 additions and 856 deletions

View File

@@ -0,0 +1,31 @@
spring:
jpa:
hibernate:
ddl-auto: create-drop
properties:
hibernate:
format_sql: true
show-sql: false
servlet:
multipart:
max-file-size: 5MB
max-request-size: 10MB
storycove:
jwt:
secret: test-secret-key
expiration: 86400000
auth:
password: test-password
typesense:
enabled: false
api-key: test-key
host: localhost
port: 8108
images:
storage-path: /tmp/test-images
logging:
level:
com.storycove: DEBUG