Skip to content

Commit b56e0ed

Browse files
connectionn strings added
1 parent 17c9aa2 commit b56e0ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WebAPI/WebAPI/appsettings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ConnectionStrings": {
3-
"EmployeeAppCon": "Data Source=.;Initial Catalog=WorkDb; Integrated Security=true"
3+
//"EmployeeAppCon": "Data Source=.;Initial Catalog=WorkDb; Integrated Security=true"
4+
"EmployeeAppCon": "Data Source=IMCVBCP174-BLL\\SQLEXPRESS;Initial Catalog=WorkDb; Integrated Security=true"
45
},
56
"Logging": {
67
"LogLevel": {

0 commit comments

Comments
 (0)