Skip to content

Instantly share code, notes, and snippets.

@s-chb
Created July 15, 2020 07:24
Show Gist options
  • Save s-chb/b12a924afaffdc4fedf98958991a1578 to your computer and use it in GitHub Desktop.
Save s-chb/b12a924afaffdc4fedf98958991a1578 to your computer and use it in GitHub Desktop.
Based on the docker's configuration, you can access the postgres camunda database as follows:
1. Go to http://localhost:8080/h2/h2
2. Login with the following data:
Saved Settings: Generic PostgreSQL
Setting NAME: Generic PostgreSQL
Driver Class: org.postgresql.Driver
JDBC URL: jdbc:postgresql://postgres:5432/camunda
User: camunda
Password: camunda
Otherwise, you can access the default h2 database as follows :
1. Go to http://localhost:8080/h2/h2
2. Login with the following data:
Saved Settings: Generic H2 (Embedded)
Setting NAME: Generic H2 (Embedded)
Driver Class: org.h2.Driver
JDBC URL: jdbc:h2:./camunda-h2-dbs/process-engine
User: sa
Password: sa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment