This commit is contained in:
azw 2019-04-15 16:47:10 +08:00
commit b1e729c0f4
12 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,6 @@
[
{
"instance_id" : 1,
"listen_port": 7031
}
]

View File

@ -0,0 +1,7 @@
[
{
"instance_id" : 1,
"listen_ip": "127.0.0.1",
"listen_port": 7041
}
]

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,6 @@
[
{
"instance_id" : 1,
"listen_port": 7021
}
]

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,7 @@
[
{
"instance_id": 1,
"ip": "127.0.0.1",
"port": 7031
}
]

View File

@ -0,0 +1,7 @@
[
{
"instance_id": 1,
"ip": "127.0.0.1",
"port": 7041
}
]

View File

@ -0,0 +1,7 @@
[
{
"instance_id": 1,
"ip": "127.0.0.1",
"port": 7021
}
]

View File

@ -0,0 +1,6 @@
[
{
"instance_id" : 1,
"listen_port": 7011
}
]

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,7 @@
[
{
"instance_id": 1,
"ip": "127.0.0.1",
"port": 7011
}
]

View File

@ -0,0 +1,7 @@
[
{
"instance_id" : 1,
"listen_ip": "127.0.0.1",
"listen_port": 7001
}
]