Access h2 db in camunda platform run

I am looking for the h2 console page (basic h2 gui) but cannot seem to find this. From what i can see there are no configuration options available either…

Any suggestions as to how i might connect to the h2 database?

append the following to your default.yml file → spring.h2.console.enabled: true then go to localhost:8080/h2-console

1 Like