<?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="A2BAA72B-8D1C-4AA2-B5DD-CE60EDFA7408" />
    <add key="devlogin.tbaConsumerKey" value="538a85b55c4308ed0de901bdb71a2a197a3c1cd694d15ca5fba18fc3bee6a9b8" />
    <add key="devlogin.tbaConsumerSecret" value="a6d1b3ec77c01a2628564ffd5e821ee9850f877559d9a27f1c940d64979794b3" />
    <!--User-->
    <add key="devlogin.tbaTokenId" value="130c7e7f415d03d425a63cbbc857a418602c93eaa0ee4d6fa05ed996b4be9f5b" />
    <add key="devlogin.tbaTokenSecret" value="84261c80c50dd14adf8f29477dc289311217abc38a525e5a283801d1dde6c952" />
    <!--
    TOKEN BASED AUTHENTICATION
    SANDBOX 2
    -->
    <add key="dev2login.acct" value="956283_SB2" />
    <add key="dev2login.appId" value="C834C9E2-3F9F-40EE-B4B0-3FEED4BF9893" />
    <add key="dev2login.tbaConsumerKey" value="65a5c1bc41d9963da8d1035e175b3afd99a6ec05eda301430823266eac4ca90c" />
    <add key="dev2login.tbaConsumerSecret" value="5dda281f18878d07e8176d31054d994eeeb703acbd6c188a3c98c818b1a10611" />
    <!--User-->
    <add key="dev2login.tbaTokenId" value="fdd13cab613be6f9b9ea8fe7411e53b63db07900f0ea057b0fe218022f369b5d" />
    <add key="dev2login.tbaTokenSecret" value="a13884cc44e2b1f56639ec9752d345e7e09688c5a866d894ff9c77769718d3b4" />
    <!--
    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_2021_1</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>