hipchat support (#593)

* first commit

* hipchat conf

* hipchat conf
This commit is contained in:
kazuminn
2018-03-06 17:40:21 +09:00
committed by Kota Kanbe
parent 092a19bdc1
commit 26418be937
5 changed files with 108 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ func (c TOMLLoader) Load(pathToToml, keyPass string) error {
Conf.EMail = conf.EMail
Conf.Slack = conf.Slack
Conf.HipChat = conf.HipChat
Conf.Syslog = conf.Syslog
d := conf.Default