update setting name

This commit is contained in:
Jicheng Lu 2024-08-15 18:23:02 -05:00
parent 5c754d6b28
commit 310370c096
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ public class GraphPlugin : IBotSharpPlugin
services.AddScoped(provider =>
{
var settingService = provider.GetRequiredService<ISettingService>();
return settingService.Bind<GraphDbSettings>("GraphDb");
return settingService.Bind<GraphDbSettings>("Graph");
});
services.AddScoped<IGraphDb, GraphDb>();

View file

@ -249,7 +249,7 @@
"ApiKey": ""
},
"GraphDb": {
"Graph": {
"BaseUrl": ""
},