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