Skip to content

Commit

Permalink
Add localdb connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
dev.soheilalizadeh committed Dec 11, 2018
1 parent 0dfb0a2 commit ae51e0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion App/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=TopLearnIdentityCore;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}
}

0 comments on commit ae51e0a

Please sign in to comment.