MachUpskillingFY17 / JabbR-Core

Modern edition of JabbR chat client using .NET Core
MIT License
7 stars 8 forks source link

changed connection string to use user secrets #289

Closed jcocchi closed 8 years ago

jcocchi commented 8 years ago

To Test:

This will not effect your database in any way, you are simply adding the same connection string that was previously in your startup.cs class to instead be stored as a user secret on your machine. When this PR gets merged everyone will have to preform the above steps on their own machine.

kevinleung23 commented 8 years ago

@jcocchi :shipit: