modify dictory

This commit is contained in:
wangchuxiao
2023-03-06 11:24:13 +08:00
parent df6eb2e6f1
commit 15ff930661
18 changed files with 51 additions and 28 deletions
+2
View File
@@ -46,6 +46,7 @@ service_source_root=(
../cmd/rpc/group/
../cmd/rpc/auth/
../cmd/rpc/conversation/
../cmd/rpc/third/
../cmd/crontask
../cmd/cmdutils
# ${msg_gateway_source_root}
@@ -64,6 +65,7 @@ service_names=(
open_im_group
open_im_auth
open_im_conversation
open_im_third
open_im_cron_task
open_im_cmd_utils
${msg_gateway_name}
+3
View File
@@ -15,6 +15,7 @@ service_filename=(
open_im_auth
${msg_name}
open_im_conversation
open_im_third
)
#service config port name
@@ -28,6 +29,7 @@ service_port_name=(
openImAuthPort
openImMessagePort
openImConversationPort
openImThirdPort
)
service_prometheus_port_name=(
@@ -40,6 +42,7 @@ service_prometheus_port_name=(
authPrometheusPort
messagePrometheusPort
conversationPrometheusPort
thirdPrometheusPort
)
for ((i = 0; i < ${#service_filename[*]}; i++)); do