<?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>
    <!--
    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="C834C9E2-3F9F-40EE-B4B0-3FEED4BF9893" />
    <add key="devlogin.tbaConsumerKey" value="7ec67a33564e070b412736ad10a37cd39dedb5b9dcfb97fdbb1c83f2d9c72c4a" />
    <add key="devlogin.tbaConsumerSecret" value="1317bbe28bdb7eec3afe6e807fcd1b594a5055f088a85f9ae54d21f8ea87240b" />
    <add key="devlogin.tbaTokenId" value="02c5af8d134c0477d060945a7efe53183bc9ea7a0ba81ae312e105d4749ff5e1" />
    <add key="devlogin.tbaTokenSecret" value="37c8dffb66a85b30d2a6d4b8777e7e2b06add97e9b48b7d8c59a79ce0a0c67f6" />
    <!--
    APPLICATION NAME = QE Creator
    USER = Creator, QE
    ROLE = woQE Creator
    TOKEN BASED AUTHENTICATION
    PRODUCTION
     <add key="ClientSettingsProvider.ServiceUri" value="" />
    -->
    <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" />
    <add key="prodlogin.tbaTokenId" value="688ff2e9dcaf9f2aa7c7c10d57032f454315004520dee74e7ee37a67d34fb86e" />
    <add key="prodlogin.tbaTokenSecret" value="35f00823d9d6b2813e5ef35e9e37e1e172049cbbbb9b4360a30bc394d6d424d6" />
   
  </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_2020_1</value>
      <!--<value>https://webservices.netsuite.com/services/NetSuitePort_2018_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>