DELETE file after render & ADD properties

This commit is contained in:
2025-05-08 22:47:14 +02:00
parent d27276b66a
commit 81426a2fb2
5 changed files with 18 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ spring.application.name=vodSystem
# VODs
spring.servlet.multipart.max-file-size=2GB
spring.servlet.multipart.max-request-size=2GB
temp.vod.storage=videos/
# Database
spring.datasource.url=jdbc:postgresql://localhost:5432/mydb
@@ -12,4 +13,7 @@ spring.datasource.password=mypassword
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
# Logging
logging.level.org.springframework.web=DEBUG