From d490188bd237378bfb55854c9cde57229b7af760 Mon Sep 17 00:00:00 2001 From: mountain Date: Tue, 13 Jun 2023 16:27:47 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=9C=ED=94=8C=EB=A6=BF=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_template.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/config_template.json b/config_template.json index f3c021a..e1c12de 100644 --- a/config_template.json +++ b/config_template.json @@ -1,9 +1,12 @@ { - "houston_client" : { - "grpc_server_address" : "192.168.9.32:8080", - "http_server_address" : "http://192.168.9.32/commandcenter" - }, - "houston_server" : { - "grpc_port" : 8080 + "houston" : { + "client" : { + "grpc_server_address" : "10.5.10.100:8080", + "http_server_address" : "https://kdcc.action2quare.com/houston" + }, + "server" : { + "grpc_port" : 8080, + "storage_path" : "/data" + } } }