Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anjoy8 committed Dec 18, 2021
1 parent f919f3f commit b550f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftCode.BBS.Tests/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"ConnectionStrings": {
"Default": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=SwiftCodeBbs;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"
"mssql-db": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=SwiftCodeBbs;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"
},
"AppSettings": {
"MemoryCachingAOP": {
Expand Down

0 comments on commit b550f31

Please sign in to comment.