Skip to content

Commit 4bb3574

Browse files
authored
unblock (#2100)
1 parent aa7092a commit 4bb3574

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

src/BenchmarksApps/TechEmpower/BlazorSSR/appsettings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"Microsoft.AspNetCore": "Warning"
66
}
77
},
8-
"AllowedHosts": "*",
9-
"ConnectionString": "This should be set in user secrets or environment config"
8+
"AllowedHosts": "*"
109
}

src/BenchmarksApps/TechEmpower/Minimal/appsettings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"Microsoft.AspNetCore": "Warning"
66
}
77
},
8-
"AllowedHosts": "*",
9-
"ConnectionString": "This should be set in user secrets or environment config"
8+
"AllowedHosts": "*"
109
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"ConnectionString": "This should be set in user secrets or environment config",
32
"Database": "PostgreSql"
43
}

src/BenchmarksApps/TechEmpower/RazorPages/appsettings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"Microsoft.AspNetCore": "Warning"
66
}
77
},
8-
"AllowedHosts": "*",
9-
"ConnectionString": "This should be set in user secrets or environment config"
8+
"AllowedHosts": "*"
109
}

0 commit comments

Comments
 (0)