From fddf73204a3a715beeffcad32304f8223e686db5 Mon Sep 17 00:00:00 2001 From: "xj.lin" Date: Sat, 11 May 2019 13:21:19 +0800 Subject: [PATCH] update config Former-commit-id: 5004449f97f88acac31e01c3d83b7302059091b5 --- cpp/conf/server_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/conf/server_config.yaml b/cpp/conf/server_config.yaml index 14570588..790bca4b 100644 --- a/cpp/conf/server_config.yaml +++ b/cpp/conf/server_config.yaml @@ -1,5 +1,5 @@ server_config: - address: 127.0.0.1 + address: 0.0.0.0 port: 33001 transfer_protocol: json #optional: binary, compact, json, debug server_mode: thread_pool #optional: simple, thread_pool -- GitLab