Skip to content

Commit 109b8a7

Browse files
committed
Update the ConsoleUI config to connect to the HostAll deployment
1 parent 3649a9f commit 109b8a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • InterProcessCommunication/TradingApp/ConsoleUi

InterProcessCommunication/TradingApp/ConsoleUi/App.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
55
</startup>
66
<appSettings>
7-
<add key="IPortfolioService_Address" value="http://localhost:9001/"/>
8-
<add key="IQuotationService_Address" value="http://localhost:9002/"/>
9-
<add key="IOrdersService_Address" value="http://localhost:9003/"/>
7+
<add key="IPortfolioService_Address" value="http://localhost:9000/"/>
8+
<add key="IQuotationService_Address" value="http://localhost:9000/"/>
9+
<add key="IOrdersService_Address" value="http://localhost:9000/"/>
1010
</appSettings>
1111
</configuration>

0 commit comments

Comments
 (0)