Stride support (#624)

This commit is contained in:
kazuminn
2018-04-10 13:30:22 +09:00
committed by Kota Kanbe
parent 5076326589
commit 7a1644135a
5 changed files with 118 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.Stride = conf.Stride
Conf.HipChat = conf.HipChat
Conf.Syslog = conf.Syslog