mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 20:03:38 +08:00
Simplify the Docker Compose configuration, remove unnecessary environment variables, and eliminate the gateway service.
This commit is contained in:
parent
99755e0138
commit
5893ba77b5
@ -1,6 +1,6 @@
|
|||||||
username: ''
|
username: ''
|
||||||
password: ''
|
password: ''
|
||||||
addr: [ 172.28.0.1:19094 ]
|
addr: [ localhost:19094 ]
|
||||||
toRedis:
|
toRedis:
|
||||||
topic: "toRedis"
|
topic: "toRedis"
|
||||||
toMongo:
|
toMongo:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
storageLocation: /data/workspaces/open-im-server/_output/logs/
|
storageLocation: ./_output/logs/
|
||||||
rotationTime: 24
|
rotationTime: 24
|
||||||
remainRotationCount: 2
|
remainRotationCount: 2
|
||||||
remainLogLevel: 6
|
remainLogLevel: 6
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
uri: ''
|
uri: ''
|
||||||
address: [ 172.28.0.1:37017 ]
|
address: [ localhost:37017 ]
|
||||||
database: openim_v3
|
database: openim_v3
|
||||||
username: openIM
|
username: openIM
|
||||||
password: openIM123
|
password: openIM123
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
redis:
|
redis:
|
||||||
address: [ 172.28.0.1:16379 ]
|
address: [ localhost:16379 ]
|
||||||
username: ''
|
username: ''
|
||||||
password: openIM123
|
password: openIM123
|
||||||
clusterMode: false
|
clusterMode: false
|
||||||
|
|||||||
13
config/share.yml
Normal file
13
config/share.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
env: zookeeper
|
||||||
|
rpcRegisterName:
|
||||||
|
User: User
|
||||||
|
Friend: Friend
|
||||||
|
Msg: Msg
|
||||||
|
Push: Push
|
||||||
|
MessageGateway: MessageGateway
|
||||||
|
Group: Group
|
||||||
|
Auth: Auth
|
||||||
|
Conversation: Conversation
|
||||||
|
Third: Third
|
||||||
|
|
||||||
|
|
||||||
@ -1,17 +1,6 @@
|
|||||||
|
|
||||||
schema: openim
|
schema: openim
|
||||||
address: [ 172.28.0.1:12181 ]
|
address: [ localhost:12181 ]
|
||||||
username: ''
|
username: ''
|
||||||
password: ''
|
password: ''
|
||||||
|
|
||||||
env: zookeeper
|
|
||||||
rpcRegisterName:
|
|
||||||
User: User
|
|
||||||
Friend: Friend
|
|
||||||
Msg: Msg
|
|
||||||
Push: Push
|
|
||||||
MessageGateway: MessageGateway
|
|
||||||
Group: Group
|
|
||||||
Auth: Auth
|
|
||||||
Conversation: Conversation
|
|
||||||
Third: Third
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user