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