Skip to content

Commit 1bd6dcf

Browse files
author
Jon Nicholson
committed
Ensured URLs point to localhost instead of 127.0.0.1 or other domains
1 parent b54b7e8 commit 1bd6dcf

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Code/Sif3Framework/Sif.Framework.EnvironmentProvider/Sif.Framework.EnvironmentProvider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<AutoAssignPort>True</AutoAssignPort>
150150
<DevelopmentServerPort>62921</DevelopmentServerPort>
151151
<DevelopmentServerVPath>/</DevelopmentServerVPath>
152-
<IISUrl>http://127.0.0.1:62921/</IISUrl>
152+
<IISUrl>http://localhost:62921/</IISUrl>
153153
<NTLMAuthentication>False</NTLMAuthentication>
154154
<UseCustomServer>False</UseCustomServer>
155155
<CustomServerUrl>

Code/Sif3Framework/Sif.Framework.Tests/SifFramework.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<appSettings>
99
<add key="consumer.environment.deleteOnUnregister" value="true"/>
1010
<add key="consumer.environment.sharedSecret" value="SecretDem0"/>
11-
<add key="consumer.environment.url" value="http://sif.framework.environmentprovider:62921/api/environments/environment"/>
11+
<add key="consumer.environment.url" value="http://localhost:62921/api/environments/environment"/>
1212
<add key="consumer.environment.template.applicationKey" value="Sif3DemoApp"/>
1313
<add key="consumer.environment.template.authenticationMethod" value="Basic"/>
1414
<add key="consumer.environment.template.consumerName" value="DemoConsumer"/>

Code/Sif3Framework/Sif.Framework/SifFramework.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<appSettings>
99
<add key="consumer.environment.deleteOnUnregister" value="true"/>
1010
<add key="consumer.environment.sharedSecret" value="SecretDem0"/>
11-
<add key="consumer.environment.url" value="http://Sif.Framework.Demo.Uk.Provider:62921/api/environments/environment"/>
11+
<add key="consumer.environment.url" value="http://localhost:62921/api/environments/environment"/>
1212
<add key="consumer.environment.template.applicationKey" value="Sif3DemoApp"/>
1313
<add key="consumer.environment.template.authenticationMethod" value="Basic"/>
1414
<add key="consumer.environment.template.consumerName" value="DemoConsumer"/>

Code/Sif3FrameworkDemo/Sif.Framework.Demo.Au.Provider/Sif.Framework.Demo.Au.Provider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<AutoAssignPort>True</AutoAssignPort>
174174
<DevelopmentServerPort>50617</DevelopmentServerPort>
175175
<DevelopmentServerVPath>/</DevelopmentServerVPath>
176-
<IISUrl>http://127.0.0.1:50617/</IISUrl>
176+
<IISUrl>http://localhost:50617/</IISUrl>
177177
<NTLMAuthentication>False</NTLMAuthentication>
178178
<UseCustomServer>False</UseCustomServer>
179179
<CustomServerUrl>

Code/Sif3FrameworkDemo/Sif.Framework.Demo.Uk.Provider/Sif.Framework.Demo.Uk.Provider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<AutoAssignPort>True</AutoAssignPort>
177177
<DevelopmentServerPort>51424</DevelopmentServerPort>
178178
<DevelopmentServerVPath>/</DevelopmentServerVPath>
179-
<IISUrl>http://127.0.0.1:51424/</IISUrl>
179+
<IISUrl>http://localhost:51424/</IISUrl>
180180
<NTLMAuthentication>False</NTLMAuthentication>
181181
<UseCustomServer>False</UseCustomServer>
182182
<CustomServerUrl>

Code/Sif3FrameworkDemo/Sif.Framework.Demo.Us.Provider/Sif.Framework.Demo.Us.Provider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<AutoAssignPort>True</AutoAssignPort>
165165
<DevelopmentServerPort>53180</DevelopmentServerPort>
166166
<DevelopmentServerVPath>/</DevelopmentServerVPath>
167-
<IISUrl>http://127.0.0.1:53180/</IISUrl>
167+
<IISUrl>http://localhost:53180/</IISUrl>
168168
<NTLMAuthentication>False</NTLMAuthentication>
169169
<UseCustomServer>False</UseCustomServer>
170170
<CustomServerUrl>

0 commit comments

Comments
 (0)