Skip to content

Commit 90048a3

Browse files
authored
Remove ClientSecret placeholder in appsettings.Staging.json
1 parent d4f9c39 commit 90048a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/appsettings.Staging.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AzureAd": {
33
"ClientId": "47a40d36-25a0-434c-8de2-94f703fb57f4",
4-
"ClientSecret": "Fill in ASP.NET Secret Manager",
4+
"ClientSecret": "",
55
"AllowedAuthMethods": [ "WorkloadIdentity", "ClientSecret" ]
66
},
77
"Logging": {

0 commit comments

Comments
 (0)