Skip to content

Commit

Permalink
feat: add openim-docker design (#172)
Browse files Browse the repository at this point in the history
* feat: add openim-docker design

Signed-off-by: Xinwei Xiong(cubxxw-openim) <[email protected]>

* feat: add test code

Signed-off-by: Xinwei Xiong(cubxxw-openim) <[email protected]>

---------

Signed-off-by: Xinwei Xiong(cubxxw-openim) <[email protected]>
  • Loading branch information
cubxxw authored Aug 28, 2023
1 parent 1c30c19 commit a8f1982
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ adminList:
openIMUrl: "http://127.0.0.1:10002"

redis:
address: [ 127.0.0.1:16379 ]
username:
password: openIM123
# address: [ 127.0.0.1:16379 ]
# username:
# password: openIM123
2 changes: 2 additions & 0 deletions scripts/docker_start_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a8f1982

Please sign in to comment.