mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 19:16:35 +08:00
modify dictory
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user