This commit is contained in:
Daniel Low
2015-12-22 13:10:34 +00:00
parent ea566fff24
commit 3f9f0679ec
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -14,16 +14,16 @@ import (
"github.com/grafana/grafana/pkg/services/sqlstore/migrator"
"github.com/grafana/grafana/pkg/setting"
"github.com/go-sql-driver/mysql"
_ "github.com/go-sql-driver/mysql"
"github.com/go-xorm/xorm"
_ "github.com/lib/pq"
_ "github.com/mattn/go-sqlite3"
"github.com/go-sql-driver/mysql"
)
type MySQLConfig struct {
SslMode string
CaCertPath string
SslMode string
CaCertPath string
ClientKeyPath string
ClientCertPath string
ServerCertName string