alter deploy

This commit is contained in:
wangchuxiao 2022-02-16 12:23:08 +08:00
parent 028171a91a
commit 36d39669e4
2 changed files with 7 additions and 3 deletions

View File

@ -96,9 +96,9 @@ rpcport:
openImGroupPort: [ 10500 ]
openImAuthPort: [ 10600 ]
openImPushPort: [ 10700 ]
openImOpenImStatisticPort: [ 10800 ]
OpenImMessageCMSPort: [ 10900 ]
openImAdminCMSPort: [ 11000 ]
openImStatisticsPort: [ 10800 ]
OpenImMessageCmsPort: [ 10900 ]
openImAdminCmsPort: [ 11000 ]
c2c:
callbackBeforeSendMsg:
switch: false

View File

@ -4,6 +4,7 @@ source ./style_info.cfg
source ./path_info.cfg
source ./function.sh
service_port_name=(
openImCmsApiPort
openImApiPort
openImUserPort
openImFriendPort
@ -15,6 +16,9 @@ service_port_name=(
openImWsPort
openImSdkWsPort
openImDemoPort
openImAdminCmsPort
openImMessageCmsPort
openImStatisticsPort
)
switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}')
for i in ${service_port_name[*]}; do