Skip to content

Commit

Permalink
fix:alter the config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
luhaoling committed Nov 7, 2023
1 parent c4f2a05 commit 6e410b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/scripts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git clone -b release-v3.3 https://github.com/OpenIMSDK/Open-IM-Server.git openim && export openim=$(pwd)/openim && cd $openim
curl -o docker-compose.yaml https://gist.githubusercontent.com/cubxxw/b1d5cbd2edfa23fee911118aa3e8249e/raw/openim-chat.sh
sudo docker compose up -d
sudo sleep 60
sudo sleep 30
sudo chmod +x ./scripts/stop_all.sh
sudo ./scripts/stop_all.sh
Expand Down Expand Up @@ -82,6 +82,7 @@ jobs:

- name: Check all services
run: |
sudo sleep 15
sudo make check
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ envs:
zookeeper:
schema: openim
zkAddr:
- 114.96.97.161:12181
- 127.0.0.1:12181
username: ""
password: ""

Expand Down

0 comments on commit 6e410b8

Please sign in to comment.