Commit 5fd03deb authored by Juraj Fiala's avatar Juraj Fiala
Browse files

fix: Remove HTTPS in local deployment of the h2 console

parent 4333e62a
Pipeline #140794 waiting for manual action with stage
......@@ -36,7 +36,7 @@ In `backend` directory
Build: `mvn clean install`
Run `mvn spring-boot:run -pl secret-archive-app`
There is h2 console is available at https://localhost:8080/pa165/h2-console, User Name: admin, Password: admin, JDBC URL: `jdbc:h2:mem:testdb`
There is h2 console is available at http://localhost:8080/pa165/h2-console, User Name: admin, Password: admin, JDBC URL: `jdbc:h2:mem:testdb`
## Mockups
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment