Files
houston/config_template.json

13 lines
292 B
JSON
Raw Normal View History

2023-06-09 11:53:31 +09:00
{
2023-06-13 16:27:47 +09:00
"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"
}
2023-06-09 11:53:31 +09:00
}
}