We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3649a9f commit 109b8a7Copy full SHA for 109b8a7
1 file changed
InterProcessCommunication/TradingApp/ConsoleUi/App.config
@@ -4,8 +4,8 @@
4
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
5
</startup>
6
<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/"/>
+ <add key="IPortfolioService_Address" value="http://localhost:9000/"/>
+ <add key="IQuotationService_Address" value="http://localhost:9000/"/>
+ <add key="IOrdersService_Address" value="http://localhost:9000/"/>
10
</appSettings>
11
</configuration>
0 commit comments