添加es用户名与密码

This commit is contained in:
chenchun
2022-04-21 18:03:30 +08:00
parent 52deb6bb79
commit 8196cd597a
2 changed files with 3 additions and 1 deletions

View File

@@ -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; }
}
}