Author: bendewey
Date: Mon Jul 20 20:09:52 2009
New Revision: 795982
URL: http://svn.apache.org/viewvc?rev=795982&view=rev
Log:
mistakenly changed DBServer on STONEHENGE-84, removed SQLExpress from
ConfigService/App.config
Modified:
incubator/stonehenge/trunk/stocktrader/dotnet/config_service/ConfigServiceConsoleHost/App.config
Modified:
incubator/stonehenge/trunk/stocktrader/dotnet/config_service/ConfigServiceConsoleHost/App.config
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/config_service/ConfigServiceConsoleHost/App.config?rev=795982&r1=795981&r2=795982&view=diff
==============================================================================
---
incubator/stonehenge/trunk/stocktrader/dotnet/config_service/ConfigServiceConsoleHost/App.config
(original)
+++
incubator/stonehenge/trunk/stocktrader/dotnet/config_service/ConfigServiceConsoleHost/App.config
Mon Jul 20 20:09:52 2009
@@ -25,7 +25,7 @@
-->
<configuration>
<appSettings>
- <add key="DBServer" value="localhost\SQLExpress" />
+ <add key="DBServer" value="localhost" />
<add key="Database" value="StockTraderDB" />
<add key="UserID" value="trade" />
<add key="Password" value="yyy" />