mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
alter deploy
This commit is contained in:
parent
028171a91a
commit
36d39669e4
@ -96,9 +96,9 @@ rpcport:
|
|||||||
openImGroupPort: [ 10500 ]
|
openImGroupPort: [ 10500 ]
|
||||||
openImAuthPort: [ 10600 ]
|
openImAuthPort: [ 10600 ]
|
||||||
openImPushPort: [ 10700 ]
|
openImPushPort: [ 10700 ]
|
||||||
openImOpenImStatisticPort: [ 10800 ]
|
openImStatisticsPort: [ 10800 ]
|
||||||
OpenImMessageCMSPort: [ 10900 ]
|
OpenImMessageCmsPort: [ 10900 ]
|
||||||
openImAdminCMSPort: [ 11000 ]
|
openImAdminCmsPort: [ 11000 ]
|
||||||
c2c:
|
c2c:
|
||||||
callbackBeforeSendMsg:
|
callbackBeforeSendMsg:
|
||||||
switch: false
|
switch: false
|
||||||
|
@ -4,6 +4,7 @@ source ./style_info.cfg
|
|||||||
source ./path_info.cfg
|
source ./path_info.cfg
|
||||||
source ./function.sh
|
source ./function.sh
|
||||||
service_port_name=(
|
service_port_name=(
|
||||||
|
openImCmsApiPort
|
||||||
openImApiPort
|
openImApiPort
|
||||||
openImUserPort
|
openImUserPort
|
||||||
openImFriendPort
|
openImFriendPort
|
||||||
@ -15,6 +16,9 @@ service_port_name=(
|
|||||||
openImWsPort
|
openImWsPort
|
||||||
openImSdkWsPort
|
openImSdkWsPort
|
||||||
openImDemoPort
|
openImDemoPort
|
||||||
|
openImAdminCmsPort
|
||||||
|
openImMessageCmsPort
|
||||||
|
openImStatisticsPort
|
||||||
)
|
)
|
||||||
switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}')
|
switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}')
|
||||||
for i in ${service_port_name[*]}; do
|
for i in ${service_port_name[*]}; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user