Skip to content

Commit

Permalink
removed instance name from redis
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Sep 12, 2017
1 parent bbd6ffb commit cb16dba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Trappist/src/Promact.Trappist.Web/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ public void ConfigureServices(IServiceCollection services)
services.AddDistributedRedisCache(options =>
{
options.Configuration = "127.0.0.1";
options.InstanceName = "Trappist";
});
}
}
Expand Down

0 comments on commit cb16dba

Please sign in to comment.