Skip to content

Commit 09118b8

Browse files
committed
Update the appsettings.json file
1 parent bb39692 commit 09118b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NET5/Dapper.CRUD/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"AllowedHosts": "*",
1010
"ConnectionStrings": {
11-
"BugTrackerDatabase": "Server=SYNCLAPN18521;Database=BugTracker;Integrated Security=True"
11+
"BugTrackerDatabase": "Server=XXXXXX;Database=BugTracker;Integrated Security=True"
1212
}
1313
}

NET6/Dapper.CRUD/Dapper.CRUD/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"AllowedHosts": "*",
99

1010
"ConnectionStrings": {
11-
"BugTrackerDatabase": "Server=SYNCLAPN18521;Database=BugTracker;Integrated Security=True"
11+
"BugTrackerDatabase": "Server=XXXXXX;Database=BugTracker;Integrated Security=True"
1212
}
1313
}

0 commit comments

Comments
 (0)