mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 11:52:10 +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: ''
|
||||
password: ''
|
||||
addr: [ 172.28.0.1:19094 ]
|
||||
addr: [ localhost:19094 ]
|
||||
toRedis:
|
||||
topic: "toRedis"
|
||||
toMongo:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
storageLocation: /data/workspaces/open-im-server/_output/logs/
|
||||
storageLocation: ./_output/logs/
|
||||
rotationTime: 24
|
||||
remainRotationCount: 2
|
||||
remainLogLevel: 6
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
uri: ''
|
||||
address: [ 172.28.0.1:37017 ]
|
||||
address: [ localhost:37017 ]
|
||||
database: openim_v3
|
||||
username: openIM
|
||||
password: openIM123
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
redis:
|
||||
address: [ 172.28.0.1:16379 ]
|
||||
address: [ localhost:16379 ]
|
||||
username: ''
|
||||
password: openIM123
|
||||
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
|
||||
address: [ 172.28.0.1:12181 ]
|
||||
address: [ localhost:12181 ]
|
||||
username: ''
|
||||
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