Skip to content

Commit c5dfff5

Browse files
committed
chore: wip
1 parent 1c4ba33 commit c5dfff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quarkadmin/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func main() {
1717
var providers []interface{}
1818

1919
// 数据库配置信息
20-
dsn := "root:fK7xPGJi1gJfIief@tcp(127.0.0.1:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local"
20+
dsn := "root:fK7xPGJi1gJfIief@tcp(localhost:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local"
2121

2222
// 加载后台服务
2323
providers = append(providers, adminservice.Providers...)

0 commit comments

Comments
 (0)