mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-19 16:06:36 +08:00
添加es用户名与密码
This commit is contained in:
@@ -10,5 +10,7 @@ namespace Yi.Framework.Common.IOCOptions
|
||||
{
|
||||
public string Url { get; set; }
|
||||
public string IndexName { get; set; }
|
||||
public string UserName { get; set; }
|
||||
public string PassWord { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user