20 lines
		
	
	
		
			741 B
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			741 B
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0"?>
 | |
| <configuration>
 | |
|   <appSettings>
 | |
|     <add key="ClientSettingsProvider.ServiceUri" value="" />
 | |
|     <add key="BaseUri" value="http://127.0.0.1:9998/DNlightSvc/" />
 | |
|     <add key="WMSuri" value="http://127.0.0.1:9998/DNlightSvc/testPost" />
 | |
|   </appSettings>
 | |
|     <system.serviceModel>
 | |
|         <behaviors>
 | |
|             <serviceBehaviors>
 | |
|                 <behavior name="">
 | |
|                     <serviceMetadata httpGetEnabled="true"/>
 | |
|                     <serviceDebug includeExceptionDetailInFaults="true"/>
 | |
|                 </behavior>
 | |
|             </serviceBehaviors>
 | |
|         </behaviors>
 | |
|        
 | |
|     </system.serviceModel>
 | |
| <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
 |