mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
scope config variables.
This commit is contained in:
@ -28,8 +28,8 @@ func New(sessions types.SessionManager, config *config.Member) *MemberManagerCtx
|
||||
})
|
||||
case "object":
|
||||
manager.provider = object.New(object.Config{
|
||||
AdminPassword: config.AdminPassword,
|
||||
UserPassword: config.Password,
|
||||
AdminPassword: config.ObjectAdminPassword,
|
||||
UserPassword: config.ObjectUserPassword,
|
||||
})
|
||||
case "dummy":
|
||||
fallthrough
|
||||
|
Reference in New Issue
Block a user