File tree 2 files changed +2
-2
lines changed
server/src/main/scala/cn/pandadb/server
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ aipm.http.host.url=http://10.0.86.128:8081/
28
28
zookeeper.address=10.0.82.216:2181
29
29
localIpAddress=159.226.193.204
30
30
node.server.address=159.226.193.204:7684
31
- rpcPort =1224
31
+ rpc.port =1224
32
32
33
33
#external.properties.store.factory=cn.pandadb.externalprops.InSolrPropertyNodeStoreFactory
34
34
#external.properties.store.solr.zk=10.0.82.216:2181,10.0.82.217:2181,10.0.82.218:2181
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class MainServerModule extends PandaModule {
9
9
import ConfigUtils ._
10
10
MainServerContext .bindNodeAddress(NodeAddress .fromString(conf.getRequiredValueAsString(" node.server.address" )));
11
11
MainServerContext .bindZKServerAddressStr(conf.getRequiredValueAsString(" zookeeper.address" ))
12
- MainServerContext .bingRpcPort(conf.getRequiredValueAsInt(" rpcPort " ))
12
+ MainServerContext .bingRpcPort(conf.getRequiredValueAsInt(" rpc.port " ))
13
13
ZKPathConfig .initZKPath(MainServerContext .zkServerAddressStr)
14
14
}
15
15
You can’t perform that action at this time.
0 commit comments