<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
      <section name="QE_Creator.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
    </sectionGroup>
  </configSections>
  <connectionStrings/>
  <system.diagnostics>
    <sources>
      <!-- This section defines the logging configuration for My.Application.Log -->
      <source name="DefaultSource" switchName="DefaultSwitch">
        <listeners>
          <add name="FileLog"/>
          <!-- Uncomment the below section to write to the Application Event Log -->
          <!--<add name="EventLog"/>-->
        </listeners>
      </source>
    </sources>
    <switches>
      <add name="DefaultSwitch" value="Information"/>
    </switches>
    <sharedListeners>
      <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
      <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
      <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
    </sharedListeners>
  </system.diagnostics>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
  </startup>
  <appSettings>
    <!--
    NetSuite credentials 
    APPLICATION NAME = QE Creator
    USER = Creator, QE
    ROLE = woQE Creator
    -->

	<?ignore temporarily use SB2	 
	 ?>
	<!--    TOKEN BASED AUTHENTICATION    SANDBOX SB1 WMS  -->
    <add key="wmslogin.acct" value="956283_SB1"/>
    <add key="wmslogin.appId" value="459531CD-229D-443D-9527-B7E6180C9DC8"/>
    <add key="wmslogin.tbaConsumerKey" value="e4e970f1972af45ef199842e0a1a9752b10cfa4ea05388db0391a411cfdac5b0"/>
    <add key="wmslogin.tbaConsumerSecret" value="3693dcf083cc019829878f833fa2242896905784a62723e9491d46d31315ceb9"/>
    <!--User: Creator, QE / Role: woQE Creator -->
    <add key="wmslogin.tbaTokenId" value="8099af04111a82e6c7983bae1464aad8db5743a03e9d8e631840dc913de732f8"/>
    <add key="wmslogin.tbaTokenSecret" value="c10ea5b43006d6b84758d9d4b5671c0f1ab842e0dfcb7ceefc7379db5eb70004"/>

	  
    <!--    TOKEN BASED AUTHENTICATION    SANDBOX SB2   -->
    <add key="devlogin.acct" value="956283_SB2"/>
    <add key="devlogin.appId" value="459531CD-229D-443D-9527-B7E6180C9DC8"/>
    <add key="devlogin.tbaConsumerKey" value="acd130b1de521d84a35d42957c437684620738694d9f4fb88ddae7945a806b16"/>
    <add key="devlogin.tbaConsumerSecret" value="ce016d5b501959e54f026b774b592e3f8a64546ef3dcc5ad78880f7ad5384176"/>
    <!--User: Creator, QE / Role: woQE Creator -->
    <add key="devlogin.tbaTokenId" value="3cbd4812e90e23cef5d8211f30c5693f0f2b11c9b2ada39654619cdba0e68fd1"/>
    <add key="devlogin.tbaTokenSecret" value="7cc7774c5f9f1e4823c2f5613829f2422d5e91c634009f517ad7487e697015fc"/>
   
	<!--    TOKEN BASED AUTHENTICATION    PRODUCTION    -->
    <add key="prodlogin.acct" value="956283"/>
    <add key="prodlogin.appId" value="C834C9E2-3F9F-40EE-B4B0-3FEED4BF9893"/>
    <add key="prodlogin.tbaConsumerKey" value="7ec67a33564e070b412736ad10a37cd39dedb5b9dcfb97fdbb1c83f2d9c72c4a"/>
    <add key="prodlogin.tbaConsumerSecret" value="1317bbe28bdb7eec3afe6e807fcd1b594a5055f088a85f9ae54d21f8ea87240b"/>
	<!--User: Creator, QE / Role: woQE Creator -->
    <add key="prodlogin.tbaTokenId" value="688ff2e9dcaf9f2aa7c7c10d57032f454315004520dee74e7ee37a67d34fb86e"/>
    <add key="prodlogin.tbaTokenSecret" value="35f00823d9d6b2813e5ef35e9e37e1e172049cbbbb9b4360a30bc394d6d424d6"/>
	  
    <add key="ClientSettingsProvider.ServiceUri" value=""/>
  </appSettings>
  <system.serviceModel>
    <bindings/>
    <client/>
  </system.serviceModel>
  <applicationSettings>
    <QE_Creator.My.MySettings>
      <setting name="QE_Creator_com_netsuite_webservices_NetSuiteService" serializeAs="String">
        <value>https://webservices.netsuite.com/services/NetSuitePort_2024_2</value>
      </setting>
    </QE_Creator.My.MySettings>
  </applicationSettings>
  <system.web>
    <membership defaultProvider="ClientAuthenticationMembershipProvider">
      <providers>
        <add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri=""/>
      </providers>
    </membership>
    <roleManager defaultProvider="ClientRoleProvider" enabled="true">
      <providers>
        <add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400"/>
      </providers>
    </roleManager>
  </system.web>
</configuration>
