From d23e25b18a9cef7f56caad07e07cf9de5586f46a Mon Sep 17 00:00:00 2001 From: Rostislav Raykov Date: Wed, 9 Oct 2024 00:04:59 +0300 Subject: [PATCH] updating the application.properties to reflect the changes from the previous commit --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 53aaaca..5cf2b11 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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