Files
oceanbase/tools/systemd/profile/oceanbase-pre.json
2024-04-12 12:57:45 +00:00

25 lines
506 B
JSON

{
"obshell": {
"agentInfo": {
"ip": "HOSTIP",
"port": 2886
},
"zoneName": "zone1"
},
"oceanbase_ce": {
"cluster": {
"clusterId": 1,
"clusterName": "ob"
},
"server": {
"restart": true,
"scope": {
"type": "server",
"target": [
"HOSTIP:2886"
]
},
"observerConfig": {}
}
}
}