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