mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed png rending
This commit is contained in:
@@ -67,9 +67,10 @@ func runWeb(*cli.Context) {
|
||||
|
||||
setting.NewConfigContext()
|
||||
setting.InitServices()
|
||||
sqlstore.Init()
|
||||
social.NewOAuthService()
|
||||
|
||||
sqlstore.Init()
|
||||
|
||||
// init database
|
||||
sqlstore.LoadModelsConfig()
|
||||
if err := sqlstore.NewEngine(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user