Skip to content

Commit

Permalink
Updated to WFS 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
optimajet committed Sep 14, 2018
1 parent cb4f85a commit 319b2f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion WorkflowServer/WorkflowServer.csproj
Expand Up @@ -25,6 +25,6 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="WorkflowEngine.NET-Server" Version="2.1.0" />
<PackageReference Include="WorkflowEngine.NET-Server" Version="2.2.0" />
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions WorkflowServer/config.json
Expand Up @@ -24,4 +24,8 @@
//MySql
//"Provider": "mysql",
//"ConnectionString": "server=127.0.0.1;uid=root;pwd=myPassword;database=WorkflowServer"

//MongoDB or Cosmos DB
//"Provider": "mongodb",
//"ConnectionString": "mongodb://localhost:27017/WorkflowServer"
}

0 comments on commit 319b2f5

Please sign in to comment.