aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Use the in memory store on the Nano server #478

Closed victorhurdugaci closed 9 years ago

victorhurdugaci commented 9 years ago

The SQL client doesn't work well on the Nano server so for now we'll use the in memory store.

Please review @suhasj

dnfclas commented 9 years ago

@victorhurdugaci, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR.
Thanks, DNFBOT;

victorhurdugaci commented 9 years ago

@suhasj updated

suhasj commented 9 years ago

Can you make the changes in this file too https://github.com/aspnet/MusicStore/blob/dev/src/MusicStore/StartupOpenIdConnect.cs

suhasj commented 9 years ago

:shipit: