From 202e4fcbd8acb92ea39a9004c48547aa0655ff8d Mon Sep 17 00:00:00 2001 From: groot Date: Tue, 14 May 2019 11:49:32 +0800 Subject: [PATCH] no change config Former-commit-id: b97f814d0db3052d41eaeb9f7990b271565dbb8f --- 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