서버, 클라이언트 config 분리

This commit is contained in:
2023-06-09 11:53:31 +09:00
parent cff643310b
commit 1d87ef3501
4 changed files with 73 additions and 10 deletions

View File

@ -1 +1,9 @@
{}
{
"houston_client" : {
"grpc_server_address" : "192.168.9.32:8080",
"http_server_address" : "http://192.168.9.32/commandcenter"
},
"houston_server" : {
"grpc_port" : 8080
}
}