diff --git a/config/config.yaml b/config/config.yaml index 20351b34..6a34f4c2 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -99,6 +99,6 @@ adminList: openIMUrl: "http://127.0.0.1:10002" redis: - address: [ 127.0.0.1:16379 ] - username: - password: openIM123 \ No newline at end of file + # address: [ 127.0.0.1:16379 ] + # username: + # password: openIM123 \ No newline at end of file diff --git a/scripts/docker_start_all.sh b/scripts/docker_start_all.sh index 3a64017c..a9807ce5 100755 --- a/scripts/docker_start_all.sh +++ b/scripts/docker_start_all.sh @@ -98,4 +98,6 @@ for ((i = 0; i < ${#service_filenames[*]}; i++)); do done done +${OPENIM_ROOT}/scripts/check_all.sh + tail -f ${logs_dir}/openIM.log