mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Default ip
This commit is contained in:
parent
6ff04a0748
commit
0f3098d9e0
24
README.md
24
README.md
@ -60,14 +60,14 @@ business data.
|
|||||||
|
|
||||||
```
|
```
|
||||||
etcd:
|
etcd:
|
||||||
etcdAddr: [ xxx.xxx.xxx.xxx:2379]
|
etcdAddr: [ 127.0.0.1:2379]
|
||||||
```
|
```
|
||||||
|
|
||||||
- Check or modify database(MySQL) connection parameters are correct for your database.
|
- Check or modify database(MySQL) connection parameters are correct for your database.
|
||||||
|
|
||||||
```
|
```
|
||||||
mysql:
|
mysql:
|
||||||
dbAddress: [ xxx.xxx.xxx.xxx:3306]
|
dbAddress: [ 127.0.0.1:3306]
|
||||||
dbUserName: xxx
|
dbUserName: xxx
|
||||||
dbPassword: xxx
|
dbPassword: xxx
|
||||||
```
|
```
|
||||||
@ -76,7 +76,7 @@ business data.
|
|||||||
|
|
||||||
```
|
```
|
||||||
mongo:
|
mongo:
|
||||||
dbAddress: [xxx.xxx.xxx.xxx:27017 ]
|
dbAddress: [ 127.0.0.1:27017 ]
|
||||||
dbUserName:
|
dbUserName:
|
||||||
dbPassword:
|
dbPassword:
|
||||||
```
|
```
|
||||||
@ -85,7 +85,7 @@ business data.
|
|||||||
|
|
||||||
```
|
```
|
||||||
redis:
|
redis:
|
||||||
dbAddress: [xxx.xxx.xxx.xxx:6379]
|
dbAddress: [ 127.0.0.1:6379]
|
||||||
dbPassWord:
|
dbPassWord:
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -94,9 +94,9 @@ business data.
|
|||||||
```
|
```
|
||||||
kafka:
|
kafka:
|
||||||
ws2mschat:
|
ws2mschat:
|
||||||
addr: [ xxx.xxx.xxx.xxx:9092 ]
|
addr: [ 127.0.0.1:9092 ]
|
||||||
ms2pschat:
|
ms2pschat:
|
||||||
addr: [ xxx.xxx.xxx.xxx:9092 ]
|
addr: [ 127.0.0.1:9092 ]
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Build Open-IM server and database initializer:
|
5. Build Open-IM server and database initializer:
|
||||||
@ -158,14 +158,14 @@ All images are available at https://hub.docker.com/r/lyt1123/open_im_server
|
|||||||
|
|
||||||
```
|
```
|
||||||
etcd:
|
etcd:
|
||||||
etcdAddr: [ x.x.x.x:2379]
|
etcdAddr: [ 127.0.0.1:2379]
|
||||||
```
|
```
|
||||||
|
|
||||||
- Check or modify database(MySQL) connection parameters are correct for your database.
|
- Check or modify database(MySQL) connection parameters are correct for your database.
|
||||||
|
|
||||||
```
|
```
|
||||||
mysql:
|
mysql:
|
||||||
dbAddress: [ x.x.x.x:3306]
|
dbAddress: [ 127.0.0.1:3306]
|
||||||
dbUserName: xxx
|
dbUserName: xxx
|
||||||
dbPassword: xxx
|
dbPassword: xxx
|
||||||
```
|
```
|
||||||
@ -174,7 +174,7 @@ All images are available at https://hub.docker.com/r/lyt1123/open_im_server
|
|||||||
|
|
||||||
```
|
```
|
||||||
mongo:
|
mongo:
|
||||||
dbAddress: [ x.x.x.x:27017 ]
|
dbAddress: [ 127.0.0.1:27017 ]
|
||||||
dbUserName:
|
dbUserName:
|
||||||
dbPassword:
|
dbPassword:
|
||||||
```
|
```
|
||||||
@ -183,7 +183,7 @@ All images are available at https://hub.docker.com/r/lyt1123/open_im_server
|
|||||||
|
|
||||||
```
|
```
|
||||||
redis:
|
redis:
|
||||||
dbAddress: [x.x.x.x:6379]
|
dbAddress: [ 127.0.0.1:6379]
|
||||||
dbPassWord:
|
dbPassWord:
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -192,9 +192,9 @@ All images are available at https://hub.docker.com/r/lyt1123/open_im_server
|
|||||||
```
|
```
|
||||||
kafka:
|
kafka:
|
||||||
ws2mschat:
|
ws2mschat:
|
||||||
addr: [ x.x.x.x:9092 ]
|
addr: [ 127.0.0.1:9092 ]
|
||||||
ms2pschat:
|
ms2pschat:
|
||||||
addr: [ x.x.x.x:9092 ]
|
addr: [ 127.0.0.1:9092 ]
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Start Open-IM-Server Service
|
5. Start Open-IM-Server Service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user