update setting name
This commit is contained in:
parent
5c754d6b28
commit
310370c096
|
|
@ -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>();
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@
|
|||
"ApiKey": ""
|
||||
},
|
||||
|
||||
"GraphDb": {
|
||||
"Graph": {
|
||||
"BaseUrl": ""
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue