mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Lots of progress on command/query bus concept, in memory sql testing, datasource admin
This commit is contained in:
@@ -70,12 +70,7 @@ func runWeb(*cli.Context) {
|
||||
social.NewOAuthService()
|
||||
|
||||
sqlstore.Init()
|
||||
|
||||
// init database
|
||||
sqlstore.LoadModelsConfig()
|
||||
if err := sqlstore.NewEngine(); err != nil {
|
||||
log.Fatal(4, "fail to initialize orm engine: %v", err)
|
||||
}
|
||||
sqlstore.NewEngine()
|
||||
|
||||
m := newMacaron()
|
||||
api.Register(m)
|
||||
|
||||
Reference in New Issue
Block a user