Author: bendewey
Date: Fri Jun 18 17:39:48 2010
New Revision: 956063

URL: http://svn.apache.org/viewvc?rev=956063&view=rev
Log:
JIRA: STONEHENGE-128
Update DB Scripts for MetroBS, Thanks
Submitted by: Nicholas Hauenstein

Modified:
    
incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/DataLoad/insertdbconfig.sql

Modified: 
incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/DataLoad/insertdbconfig.sql
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/DataLoad/insertdbconfig.sql?rev=956063&r1=956062&r2=956063&view=diff
==============================================================================
--- 
incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/DataLoad/insertdbconfig.sql
 (original)
+++ 
incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/DataLoad/insertdbconfig.sql
 Fri Jun 18 17:39:48 2010
@@ -37,7 +37,7 @@ INSERT INTO [StockTraderDB].[dbo].[SERVI
 INSERT INTO [StockTraderDB].[dbo].[SERVICE]([SERVICENAME],[URL], [SEC])
      VALUES ('DOTNET_OPSTSEC','https://localhost:8005/tradeorderprocessor', 
'True');
 INSERT INTO [StockTraderDB].[dbo].[SERVICE]([SERVICENAME],[URL], [SEC])
-     VALUES 
('METRO_BS','http://apps.stonehenge.dev:8080/business_service/TradeServiceWsas',
 'False');
+     VALUES 
('METRO_BS','http://apps.stonehenge.dev:8080/business_service/TradeServiceWsasSTS',
 'False');
 INSERT INTO [StockTraderDB].[dbo].[SERVICE]([SERVICENAME],[URL], [SEC])
      VALUES 
('METRO_OPS','http://apps.stonehenge.dev:8080/order_processor/OrderProcessor', 
'False');
 INSERT INTO [StockTraderDB].[dbo].[SERVICE]([SERVICENAME],[URL], [SEC])


Reply via email to