Skip to content

Commit b00287b

Browse files
authored
Add configuration to enable startup way ASRS (#2035)
1 parent 6947029 commit b00287b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

samples/BlazorAppSample/appsettings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"Azure": {
3+
"SignalR": {
4+
"Enabled": true,
5+
"ConnectionString": ""
6+
}
7+
},
28
"Logging": {
39
"LogLevel": {
410
"Default": "Information",

0 commit comments

Comments
 (0)