Files
houston/config_template.json
2023-06-13 16:27:47 +09:00

13 lines
292 B
JSON

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