Skip to content

Commit

Permalink
fix: update appsettings for HelloWorld sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d authored Nov 7, 2024
1 parent 7ccfff5 commit 0e991a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlazorHelloWorld/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"AllowedHosts": "*",
"OpenTokOptions": {
"ApiKey": "47581421",
"ApiSecret": "c7715696b35c11b025b7cddd399b035f879cc0dd"
"ApiKey": "",
"ApiSecret": ""
}
}

0 comments on commit 0e991a2

Please sign in to comment.