From 2e1e008dd3f7b57005e63ddb18b6b6fa25cb6347 Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Mon, 19 Oct 2015 14:32:48 +0900 Subject: [PATCH] [#762] Add alarm guide Add alarm guide --- quickstart/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickstart/README.md b/quickstart/README.md index 99e6a218a9ce..e019598027b0 100644 --- a/quickstart/README.md +++ b/quickstart/README.md @@ -79,3 +79,5 @@ However Quickstart uses MockDAO to reduce memory usage.
Therefore if you want to use Mysql for Quickstart, please refer to Pinpoint Web's [applicationContext-dao-config.xml ](../web/src/main/resources/applicationContext-dao-config.xml ), [jdbc.properties](../web/src/main/resources/jdbc.properties). + +Additionally, if you would like to enable alerts, you need to implement additional logic. Please ref this [link](../doc/alarm.md)