You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.3 KiB

4 months ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <appSettings>
  4. <!--INTERNAL API URL TO CALL -->
  5. <!--<add key="thirdParty_BaseUrl" value="http://10.15.18.101:3000"/>-->
  6. <add key="thirdParty_BaseUrl" value="http://localhost:55287/"/>
  7. </appSettings>
  8. <configSections>
  9. <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  10. <section name="Swift.API.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
  11. </sectionGroup>
  12. </configSections>
  13. <system.serviceModel>
  14. <bindings/>
  15. <client/>
  16. </system.serviceModel>
  17. <applicationSettings>
  18. <Swift.API.Properties.Settings>
  19. <setting name="Swift_API_com_global_www_RemoteRemit" serializeAs="String">
  20. <value>https://globalremit.net/globalWebService/services/RemoteRemit.RemoteRemitHttpsSoap11Endpoint/</value>
  21. </setting>
  22. </Swift.API.Properties.Settings>
  23. </applicationSettings>
  24. <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>