Created
July 15, 2020 07:24
-
-
Save s-chb/b12a924afaffdc4fedf98958991a1578 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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