We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a412747 commit b00eddfCopy full SHA for b00eddf
CS/WebDashboardAspNetCore/Code/DashboardUtils.cs
@@ -17,7 +17,7 @@ public static DashboardConfigurator CreateDashboardConfigurator(IConfiguration c
17
configurator.SetDataSourceStorage(new DataSourceInMemoryStorage());
18
19
// This method assigns the database schema provider to the Web Dashboard.
20
- // Uncomment one of the following lines depending on the needed provider.
+ // Uncomment one of the following lines depending on the provider.
21
configurator.SetDBSchemaProvider(new ManualDBSchemaProvider());
22
// configurator.SetDBSchemaProvider(new LimitDBSchemaProvider());
23
0 commit comments