mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 11:52:10 +08:00
Optimize Docker configuration and script.
This commit is contained in:
parent
6c4f8484c8
commit
d81cfb99d6
@ -10,8 +10,6 @@ rpcRegisterName:
|
|||||||
auth: auth
|
auth: auth
|
||||||
conversation: conversation
|
conversation: conversation
|
||||||
third: third
|
third: third
|
||||||
imAdmin:
|
|
||||||
userID: [ "imAdmin" ]
|
|
||||||
nickname: [ "imAdmin" ]
|
|
||||||
|
|
||||||
|
imAdminUserID: [ "imAdmin" ]
|
||||||
|
|
||||||
|
|||||||
@ -349,7 +349,7 @@ type Share struct {
|
|||||||
Secret string `mapstructure:"secret"`
|
Secret string `mapstructure:"secret"`
|
||||||
Env string `mapstructure:"env"`
|
Env string `mapstructure:"env"`
|
||||||
RpcRegisterName RpcRegisterName `mapstructure:"rpcRegisterName"`
|
RpcRegisterName RpcRegisterName `mapstructure:"rpcRegisterName"`
|
||||||
IMAdmin IMAdmin `mapstructure:"imAdmin"`
|
IMAdminUserID []string `mapstructure:"imAdminUserID"`
|
||||||
}
|
}
|
||||||
type RpcRegisterName struct {
|
type RpcRegisterName struct {
|
||||||
User string `mapstructure:"user"`
|
User string `mapstructure:"user"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user