Skip to content

Commit af180a2

Browse files
Update src/ServiceControl/App.config
Co-authored-by: Warwick Schroeder <[email protected]>
1 parent f8e77ff commit af180a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ServiceControl/App.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ These settings are only here so that we can debug ServiceControl while developin
4141
<add key="ServiceControl/Authentication.ValidateIssuerSigningKey" value="true" />
4242
<add key="ServiceControl/Authentication.RequireHttpsMetadata" value="true" />-->
4343
<!-- ServicePulse Authentication Settings -->
44-
<add key="ServiceControl/Authentication.ServicePulse.Enabled" value="true" />
45-
<add key="ServiceControl/Authentication.ServicePulse.ClientId" value="1ca862df-9a0a-4f7d-87a7-d84732d83dfe" />
46-
<add key="ServiceControl/Authentication.ServicePulse.Authority" value="https://login.microsoftonline.com/bf54c0f1-b0c5-406c-9d9a-013ab0361764/v2.0" />
47-
<add key="ServiceControl/Authentication.ServicePulse.ApiScope" value="api://78726835-cedc-4ec1-b452-6b8983d31495/api.access" />
44+
<!-- <add key="ServiceControl/Authentication.ServicePulse.Enabled" value="false" />
45+
<add key="ServiceControl/Authentication.ServicePulse.ClientId" value="" />
46+
<add key="ServiceControl/Authentication.ServicePulse.Authority" value="" />
47+
<add key="ServiceControl/Authentication.ServicePulse.ApiScope" value="" /> -->
4848
</appSettings>
4949
<connectionStrings>
5050
<!-- DEVS - Pick a transport connection string to match chosen transport above -->

0 commit comments

Comments
 (0)