diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5c7798e..0a71155 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,9 @@ # ---Comments without preceeding '---' are settings to enable for development # ---Enable H2 console -# spring.h2.console.enabled=true +spring.h2.console.enabled=true +# ---This defaults to false, but we'll include it considering the latest vulnerability - CVE-2021-42392 +spring.h2.console.settings.web-allow-others=false # ---Turn Statistics on spring.jpa.properties.hibernate.generate_statistics=true