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" + } } }