1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-15 02:30:54 +00:00
This commit is contained in:
sc0vu 2020-10-06 18:20:06 +08:00
parent b8c1e133bf
commit 91e18996bd
No known key found for this signature in database
GPG Key ID: 42DD70888AD2033F
3 changed files with 4 additions and 4 deletions

View File

@ -154,7 +154,7 @@ func TestBuildHealthCheckResponseList(t *testing.T) {
[]string{ []string{
"error", "error",
"Database", "Database",
"Error occured whie starting the db", "Error occurred while starting the db",
}, },
[]string{ []string{
"success", "success",

View File

@ -145,7 +145,7 @@ httpport = 8080
# enable db # enable db
[dbinfo] [dbinfo]
# db type name # db type name
# suport mysql,sqlserver # support mysql,sqlserver
name = mysql name = mysql
` `
@ -161,7 +161,7 @@ httpport=8080
# enable db # enable db
[dbinfo] [dbinfo]
# db type name # db type name
# suport mysql,sqlserver # support mysql,sqlserver
name=mysql name=mysql
` `
) )