Skip to content

Commit

Permalink
修改配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
alberliu committed Sep 17, 2021
1 parent 6a0f251 commit fa3dcfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/local_conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
func initLocalConf() {
RPCAddr = RPCAddrConf{
ConnectRPCAddr: "addrs:///127.0.0.1:50000",
BusinessRPCAddr: "addrs:///127.0.0.1:50100",
LogicRPCAddr: "addrs:///127.0.0.1:50200",
LogicRPCAddr: "addrs:///127.0.0.1:50100",
BusinessRPCAddr: "addrs:///127.0.0.1:50200",
}

Connect = ConnectConf{
Expand Down

0 comments on commit fa3dcfd

Please sign in to comment.