mirror of
https://github.com/RoastSlav/quickdrop.git
synced 2025-12-31 03:29:57 -06:00
updating the application.properties to reflect the changes from the previous commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user