fix delete

This commit is contained in:
wangchuxiao
2022-08-10 20:11:04 +08:00
parent 75805e3c69
commit 5d57e93ee1
5 changed files with 16 additions and 12 deletions
+6 -2
View File
@@ -27,6 +27,10 @@ demo_server_name="open_im_demo"
demo_server_binary_root="../bin/"
demo_server_source_root="../cmd/open_im_demo/"
cron_task_name="open_im_cron_task"
cron_task_binary_root="../bin/"
cron_task_source_root="../cmd/open_im_cron_task/"
#Global configuration file default dir
config_path="../config/config.yaml"
@@ -48,7 +52,7 @@ service_source_root=(
../cmd/rpc/open_im_organization/
../cmd/rpc/open_im_conversation/
../cmd/rpc/open_im_cache/
../cmd/cron_task
../cmd/open_im_cron_task
${msg_gateway_source_root}
${msg_transfer_source_root}
${msg_source_root}
@@ -73,7 +77,7 @@ service_names=(
open_im_organization
open_im_conversation
open_im_cache
cron_task
open_im_cron_task
${msg_gateway_name}
${msg_transfer_name}
${msg_name}