mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 20:15:59 +08:00
feat: use robot to migrate code
Signed-off-by: kubbot & kubecub <3293172751ysy@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ service_port_name=(
|
||||
openImAdminPort
|
||||
openImChatPort
|
||||
)
|
||||
switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}')
|
||||
|
||||
for i in ${service_port_name[*]}; do
|
||||
list=$(cat $config_path | grep -w ${i} | awk -F '[:]' '{print $NF}')
|
||||
list_to_string $list
|
||||
|
||||
@@ -7,7 +7,7 @@ demo_server_binary_root="../bin/"
|
||||
|
||||
|
||||
#Global configuration file default dir
|
||||
config_path="../docker-compose_cfg/config.yaml"
|
||||
config_path="../.docker-compose_cfg/config.yaml"
|
||||
|
||||
#servicefile dir path
|
||||
service_source_root=(
|
||||
|
||||
Reference in New Issue
Block a user