Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Aug 17, 2021
1 parent 2f48627 commit 9d3e734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ After you start the Docker images, the following databases and applications are

| Name | JDBC Path | Username | Password |
|--------------------------|------------------------------------------|----------|----------|
| PowerAuth Server DB | `jdbc:mysql://localhost:23316/powerauth` | `powerauth` | `` |
| PowerAuth Push Server DB | `jdbc:mysql://localhost:23336/powerauth` | `powerauth` | `` |
| PowerAuth Web Flow DB | `jdbc:mysql://localhost:23376/powerauth` | `powerauth` | `` |
| PowerAuth Server DB | `jdbc:mysql://localhost:23316/powerauth` | `powerauth` | `[empty]` |
| PowerAuth Push Server DB | `jdbc:mysql://localhost:23336/powerauth` | `powerauth` | `[empty]` |
| PowerAuth Web Flow DB | `jdbc:mysql://localhost:23376/powerauth` | `powerauth` | `[empty]` |

_Note: All databases are already created with the correct structure and contain necessary configuration._

Expand Down
2 changes: 1 addition & 1 deletion docs/Web-Flow-Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For payments and operations that require 2FA, there is an SMS OTP enabled by def
|---|---|
| URL | `jdbc:mysql://localhost:23376/powerauth` |
| username | `powerauth` |
| password | `` |
| password | `[empty]` |
| table name | `da_sms_authorization` |

You need to order records by `timestamp_created` column to see only the latest SMS OTP codes. The SMS OTP code is stored in column `authorization_code`.

0 comments on commit 9d3e734

Please sign in to comment.