Skip to content

Commit

Permalink
format example json files
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Oct 29, 2013
1 parent 50b2acb commit f2e3017
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
12 changes: 6 additions & 6 deletions test/config-client-multi-port.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"server": "123.123.123.1",
"server_port":[8380, 8381, 8382, 8383],
"local_port":1081,
"password":"barfoo!",
"timeout":60,
"method":"aes-256-cfb"
"server": "123.123.123.1",
"server_port": [8380, 8381, 8382, 8383],
"local_port": 1081,
"password": "barfoo!",
"timeout": 60,
"method": "aes-256-cfb"
}
2 changes: 1 addition & 1 deletion test/config-client-multi-server-port.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"server": ["123.123.123.1:8381", "123.123.123.2:8381", "123.123.123.2:8382"],
"server": ["123.123.123.1:8381", "123.123.123.2:8381", "123.123.123.2:8382"],
"server_port":8380,
"local_port":1081,
"password":"barfoo!",
Expand Down
12 changes: 6 additions & 6 deletions test/config-client-multi-server.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"server": ["123.123.123.1", "123.123.123.2", "123.123.123.3"],
"server_port":8380,
"local_port":1081,
"password":"barfoo!",
"timeout":60,
"method":"aes-256-cfb"
"server": ["123.123.123.1", "123.123.123.2", "123.123.123.3"],
"server_port": 8380,
"local_port": 1081,
"password": "barfoo!",
"timeout": 60,
"method": "aes-256-cfb"
}
12 changes: 6 additions & 6 deletions test/config-server-multi-passwd.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"server":"127.0.0.1",
"server_port":8380,
"local_port":1081,
"password":"barfoo!",
"server": "127.0.0.1",
"server_port": 8380,
"local_port": 1081,
"password": "barfoo!",
"port_password": {
"8381": "foobar1",
"8382": "foobar2",
Expand All @@ -17,6 +17,6 @@
"8391": "foobar11",
"8392": "foobar12"
},
"timeout":60,
"method":"aes-256-cfb"
"timeout": 60,
"method": "aes-256-cfb"
}
12 changes: 6 additions & 6 deletions test/config-server-multi-port.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"server":"127.0.0.1",
"server_port":8380,
"local_port":1081,
"password":"barfoo!",
"server": "127.0.0.1",
"server_port": 8380,
"local_port": 1081,
"password": "barfoo!",
"port_password": {
"8380": "barfoo!",
"8381": "barfoo!",
Expand All @@ -13,6 +13,6 @@
"8386": "barfoo!",
"8387": "barfoo!"
},
"timeout":60,
"method":"aes-256-cfb"
"timeout": 60,
"method": "aes-256-cfb"
}
12 changes: 6 additions & 6 deletions test/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"server":"127.0.0.1",
"server_port":8388,
"local_port":1080,
"password":"barfoo!",
"timeout":60,
"method":"aes-256-cfb"
"server": "127.0.0.1",
"server_port": 8388,
"local_port": 1080,
"password": "barfoo!",
"timeout": 60,
"method": "aes-256-cfb"
}

0 comments on commit f2e3017

Please sign in to comment.