<?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
    -->
    <!--
    TOKEN BASED AUTHENTICATION
    SANDBOX
    -->
    <add key="devlogin.acct" value="956283_SB1" />
    <add key="devlogin.appId" value="E0391D10-A7C3-4BB8-A49B-57DF7EA19230" />
    <add key="devlogin.tbaConsumerKey" value="1c91bdbf202356d8d986181d137726cb6b96c2c5aa5c59d78e7f4439738bc831" />
    <add key="devlogin.tbaConsumerSecret" value="d8e008c5a284807077cdf7c0da820966941ec5c9d547a14892050eba440e8526" />
    <!--User-->
    <add key="devlogin.tbaTokenId" value="d489dded378418dce60d36137197e59cb6f42e87653bd0eca4d75a8d1234171d" />
    <add key="devlogin.tbaTokenSecret" value="87d5b04651d6d19b555a0bc1595e3ab4c67e76959d866d614745a37885f4f06f" />
    <!--
    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-->
    <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>