1
0
mirror of https://github.com/beego/bee.git synced 2025-07-09 20:10:17 +00:00
This commit is contained in:
Sergey Lanzman
2017-03-13 05:46:03 +00:00
committed by GitHub
3 changed files with 48 additions and 2 deletions

View File

@ -78,8 +78,9 @@ var Conf struct {
Driver string
Conn string
}
EnableReload bool `json:"enable_reload" yaml:"enable_reload"`
EnableNotification bool `json:"enable_notification" yaml:"enable_notification"`
EnableReload bool `json:"enable_reload" yaml:"enable_reload"`
EnableNotification bool `json:"enable_notification" yaml:"enable_notification"`
Scripts map[string]string `json:"scripts" yaml:"scripts"`
}
func init() {