readme stuff

This commit is contained in:
Anthony Stirling
2023-08-17 22:17:42 +01:00
parent 3fc55a9e9f
commit 91cc3d77d4
3 changed files with 18 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ server.error.include-message=always
#logging.level.org.springframework=DEBUG
#logging.level.org.springframework.security=DEBUG
login.enabled=true
#login.enabled=true
server.servlet.session.tracking-modes=cookie
server.servlet.context-path=${APP_ROOT_PATH:/}
@@ -38,7 +38,7 @@ spring.resources.static-locations=file:customFiles/static/
#spring.thymeleaf.cache=false
spring.datasource.url=jdbc:h2:file:./mydatabase;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.url=jdbc:h2:file:./configs/stirling-pdf-DB;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=