Skip to content

Commit

Permalink
#762 add Extra guide for database
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo-jung committed Sep 9, 2015
1 parent 486b4e5 commit 6bbdd9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ You can feed trace data to Pinpoint using the TestApp UI, and check them using P
**Web UI** - Run `quickstart/bin/stop-web.sh`

**TestApp** - Run `quickstart/bin/stop-testapp.sh`

## Extra

Pinpoint Web uses Mysql to persist users, user groups, and alarm configurations.<br/>
However Quickstart uses MockDAO to reduce memory usage.<br/>
Therefore if you want to use Mysql for Quickstart, please refer to Pinpoint Web's [applicationContext-datasource.xml](../web/src/main/resources/applicationContext-datasource.xml), [jdbc.properties](../web/src/main/resources/jdbc.properties).

0 comments on commit 6bbdd9c

Please # to comment.