Skip to content

Commit

Permalink
Update certificates.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DTAstack committed May 27, 2022
1 parent 023a8b9 commit 12d2ad8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BlockChainNode/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ public void ConfigureServices(IServiceCollection services)
services.Configure<BlockChainOptions>(options =>
{
options.ChainFilePath = Configuration["Chain"];
options.NodesFilePath = Configuration["Nodes"];
options.NodesFilePath = Configuration["Nodes"];

0 comments on commit 12d2ad8

Please sign in to comment.