updating the application.properties to reflect the changes from the previous commit

This commit is contained in:
Rostislav Raykov
2024-10-09 00:04:59 +03:00
parent a25f87fe71
commit d23e25b18a

View File

@@ -1,7 +1,7 @@
spring.application.name=quickdrop
spring.datasource.driver-class-name=org.sqlite.JDBC
spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect
spring.datasource.url=jdbc:sqlite:quickdrop.db
spring.datasource.url=jdbc:sqlite:/db/quickdrop.db
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
spring.thymeleaf.prefix=classpath:/templates/
@@ -12,7 +12,7 @@ spring.servlet.multipart.max-request-size=1024MB
server.tomcat.connection-timeout=60000
file.save.path=/files
file.max.age=30
logging.file.path=/var/log/quickdrop
logging.file.path=/log
logging.file.name=quickdrop.log
file.deletion.cron=0 0 2 * * *
#logging.level.org.springframework=DEBUG