This commit is contained in:
aozhiwei 2020-10-27 12:42:57 +08:00
parent 753f7e917a
commit 461a6aa4ed
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[
{
"instance_id" : 1,
"host" : "127.0.0.1",
"port" : 3306,
"user" : "root",
"passwd" : "keji178"
}
]

View File

@ -0,0 +1,9 @@
[
{
"instance_id" : 1,
"host" : "127.0.0.1",
"port" : 6379,
"user" : "root",
"passwd" : ""
}
]