Skip to content

Commit eec3123

Browse files
committed
Updated DB name. Fixed connection issue.
1 parent e90e844 commit eec3123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: appsettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"AllowedHosts": "*",
1010
"ConnectionStrings": {
11-
"SqlServerDb": "Server=tcp:graksdb.database.windows.net,1433;Database=grakslab;"
11+
"SqlServerDb": "Server=tcp:graksdb.database.windows.net,1433;Database=ClaimsDB;"
1212
},
1313
"ApplicationInsights": {
1414
"InstrumentationKey": "<Instrumentation Key>"

0 commit comments

Comments
 (0)