DELETE file after render & ADD properties
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user