Skip to content

Commit

Permalink
[ci skip] update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ili authored Jul 6, 2017
1 parent 1bba9e1 commit bdb0635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services.AddIdentity<ApplicationUser, IdentityRole>(options => {
options.Cookies.ApplicationCookie.CookieName = "Interop";
options.Cookies.ApplicationCookie.DataProtectionProvider = DataProtectionProvider.Create(new DirectoryInfo("C:\\Github\\Identity\\artifacts"));
})
.AddLinqToDBStores(new DefaultConnectionFactory<DataContext, ApplicationDataConnection>()) //here
.AddLinqToDBStores(new DefaultConnectionFactory()) //here
.AddDefaultTokenProviders();
```

Expand Down

0 comments on commit bdb0635

Please sign in to comment.