diff --git a/Shadowsocks-TCP/client.json b/Shadowsocks-TCP/client.json
index 4e2f13e..cd268b2 100644
--- a/Shadowsocks-TCP/client.json
+++ b/Shadowsocks-TCP/client.json
@@ -38,7 +38,7 @@
                 "servers": [
                     {
                         "address": "{{ host }}",
-                        "port": "{{ port }}",
+                        "port": 1234,
                         "method": "chacha20-ietf-poly1305",
                         "password": "{{ password}}"
                     }