File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/samples/WorkflowCore.Sample04 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ private static IServiceProvider ConfigureServices()
3333 //setup dependency injection
3434 IServiceCollection services = new ServiceCollection ( ) ;
3535 services . AddLogging ( ) ;
36- // services.AddWorkflow();
37- services . AddWorkflow ( x => x . UseMongoDB ( @"mongodb://localhost:27017" , "workflow" ) ) ;
36+ services . AddWorkflow ( ) ;
37+ // services.AddWorkflow(x => x.UseMongoDB(@"mongodb://localhost:27017", "workflow"));
3838 //services.AddWorkflow(x => x.UseSqlServer(@"Server=.;Database=WorkflowCore;Trusted_Connection=True;", true, true));
3939 //services.AddWorkflow(x => x.UsePostgreSQL(@"Server=127.0.0.1;Port=5432;Database=workflow;User Id=postgres;", true, true));
4040 //services.AddWorkflow(x => x.UseSqlite(@"Data Source=database.db;", true));
You can’t perform that action at this time.
0 commit comments