More work on email and notification infra #1456

This commit is contained in:
Torkel Ödegaard
2015-06-04 17:23:46 +02:00
parent 3f5ab189cd
commit 3706d0dedd
5 changed files with 85 additions and 30 deletions
-2
View File
@@ -38,7 +38,6 @@ const (
var (
// App settings.
Env string = DEV
AppName string
AppUrl string
AppSubUrl string
@@ -350,7 +349,6 @@ func NewConfigContext(args *CommandLineArgs) {
setHomePath(args)
loadConfiguration(args)
AppName = Cfg.Section("").Key("app_name").MustString("Grafana")
Env = Cfg.Section("").Key("app_mode").MustString("development")
server := Cfg.Section("server")