We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f8490 commit 6ddace4Copy full SHA for 6ddace4
src/AbpCompanyName.AbpProjectName.WebSpaAngular/Web.config
@@ -19,9 +19,9 @@
19
<add key="ClientValidationEnabled" value="true" />
20
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
21
22
- <add key="ExternalAuth.Facebook.IsEnabled" value="true" />
23
- <add key="ExternalAuth.Facebook.AppId" value="926658147423600" />
24
- <add key="ExternalAuth.Facebook.AppSecret" value="39921b7b723dad05282158c2f011df40" />
+ <add key="ExternalAuth.Facebook.IsEnabled" value="false" />
+ <add key="ExternalAuth.Facebook.AppId" value="" />
+ <add key="ExternalAuth.Facebook.AppSecret" value="" />
25
26
<add key="ExternalAuth.Twitter.IsEnabled" value="false" />
27
<add key="ExternalAuth.Twitter.ConsumerKey" value="" />
0 commit comments