Update README.md
This commit is contained in:
parent
05b4d8ab9c
commit
d521a6fdf2
|
|
@ -115,8 +115,7 @@ $cd github/sky-walking/skywalking-webui
|
|||
$mvn package
|
||||
```
|
||||
- 初始化管理数据库
|
||||
根据[数据库脚本](https://github.com/wu-sheng/sky-walking/blob/master/skywalking-webui/src/main/sql/table.mysql)初始化管理数据库
|
||||
其中,脚本中如下SQL片段需要修改:
|
||||
根据[数据库脚本](https://github.com/wu-sheng/sky-walking/blob/master/skywalking-webui/src/main/sql/table.mysql)初始化管理数据库。其中,脚本中如下SQL片段需要修改:
|
||||
```sql
|
||||
--配置告警邮件的发送人和SMTP信息
|
||||
INSERT INTO `system_config` (`config_id`,`conf_key`,`conf_value`,`val_type`,`val_desc`,`create_time`,`sts`,`modify_time`) VALUES (1000,'mail_info','{\"mail.host\":\"mail.asiainfo.com\",\"mail.transport.protocol\":\"smtp\",\"mail.smtp.auth\":\"true\",\"mail.smtp.starttls.enable\":\"false\",\"mail.username\":\"testA\",\"mail.password\":\"******\",\"mail.account.prefix\":\"@asiainfo.com\"}','json','默认邮件发送人信息','2015-12-10 11:54:06','A','2015-12-10 11:54:06');
|
||||
|
|
|
|||
Loading…
Reference in New Issue