From 9e78057a3e9b0ec2e8f62ae6aa99dfd57f306cf4 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Wed, 6 Aug 2025 15:06:19 +0100 Subject: [PATCH] disable console --- app/core/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/src/main/resources/application.properties b/app/core/src/main/resources/application.properties index d5b78d118..4bc07cfe8 100644 --- a/app/core/src/main/resources/application.properties +++ b/app/core/src/main/resources/application.properties @@ -35,7 +35,7 @@ spring.datasource.url=jdbc:h2:file:./configs/stirling-pdf-DB-2.3.232;DB_CLOSE_DE spring.datasource.driver-class-name=org.h2.Driver spring.datasource.username=sa spring.datasource.password= -spring.h2.console.enabled=true +spring.h2.console.enabled=false spring.h2.console.path=/h2-console spring.jpa.hibernate.ddl-auto=update server.servlet.session.timeout:30m