Skip to content

Commit 111ddef

Browse files
authored
Update Web.config
Remove OAuth app settings.
1 parent e2a6e19 commit 111ddef

File tree

1 file changed

+2
-9
lines changed
  • src/Umbraco.Cms.Integrations.Testsite.V8

1 file changed

+2
-9
lines changed

src/Umbraco.Cms.Integrations.Testsite.V8/Web.config

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,7 @@
5050
<add key="Umbraco.Cms.Integrations.Commerce.CommerceTools.DefaultLanguage" value="en-US" />
5151

5252
<!-- Hubspot Configuration -->
53-
<!--<add key="Umbraco.Cms.Integrations.Crm.Hubspot.ApiKey" value=""/>-->
54-
55-
<!-- OAuth Settings -->
56-
<add key="Umbraco.Cms.Integrations.Crm.Hubspot.OAuthClientId" value="8b4db9a8-3b78-48bc-85b0-96a4211a1c83"/>
57-
<add key="Umbraco.Cms.Integrations.Crm.Hubspot.OAuthScopes" value="oauth forms"/>
58-
<add key="Umbraco.Cms.Integrations.Crm.Hubspot.OAuthAuthorizationBaseUrl" value="https://app-eu1.hubspot.com/oauth/authorize"/>
59-
<add key="Umbraco.Cms.Integrations.Crm.Hubspot.OAuthRedirectUrl" value=""/>
60-
<add key="Umbraco.Cms.Integrations.OAuthProxyUrl" value="" />
53+
<add key="Umbraco.Cms.Integrations.Crm.Hubspot.ApiKey" value=""/>
6154
</appSettings>
6255
<!--
6356
Important: if you're upgrading Umbraco, do not clear the connectionString/providerName during your Web.config merge.
@@ -277,4 +270,4 @@
277270
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
278271
</compilers>
279272
</system.codedom>
280-
</configuration>
273+
</configuration>

0 commit comments

Comments
 (0)