Skip to content

Commit

Permalink
Update appsettings.Development.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Nov 20, 2024
1 parent 1e6caf5 commit 68eda53
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions MyApp/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,5 @@
"Microsoft": "Information"
}
}
},

"oauth.RedirectUrl": "https://localhost:5001/",
"oauth.CallbackUrl": "https://localhost:5001/auth/{0}",
"oauth.facebook.Permissions": [ "email", "public_profile" ],
"oauth.facebook.AppId": "846532743361035",
"oauth.facebook.AppSecret": "7f294b4a8313500b160ac3f4ab3f6651",
"oauth.google.ConsumerKey": "119006238748-k2g7j49d9fedm7ue1gugnhe2240u0dr7.apps.googleusercontent.com",
"oauth.google.ConsumerSecret": "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",
"oauth.microsoftgraph.AppId": "ba0d5aec-5e6e-4a7e-b02f-636ffd0111b5",
"oauth.microsoftgraph.AppSecret": "1Qm7Q~9JeytqR7UdKK~USDC7lbk0BOeOUnuks",
"oauth.microsoftgraph.SavePhoto": "true",
"oauth.microsoftgraph.SavePhotoSize": "96x96"
}
}

0 comments on commit 68eda53

Please sign in to comment.