﻿{
  "connectionStrings": {
    "HQRConnectionString": "XpoProvider=MSSqlServer;data source=10.5.6.180;integrated security=False;User ID=ipos;Password=BBCTech06;initial catalog=HQR", //TEST
    "NavOdataURI": "http://pbsrvmbc01.portobellogroup.it:7048/PBLBC/api/altenIT/aim/v1.0/companies(54ee4dc1-b868-ec11-b892-00505697ea8d)",
    "pblsfServiceRootURL": "https://portobello2022.my.salesforce.com/services/data/v55.0",
    "pblsfOauthRoot2URL": "https://portobello2022.my.salesforce.com/services/oauth2",
    "pblsfClientId": "3MVG9t0sl2P.pBypP94pbUEVnCh.dZfq28eSDi7dRXtW0eYDS0a9jRMFXdRE_dwt3tUuLumxzs_kR4LzuuMEG",
    "pblsfClientSecret": "93BA4C8A8BBBAC926A30B3365FB3F59E77E7AA76F67230830B8DAE71285527E9",
    "pblsfUsername": "ipos@portobello-club.portobello.prod.com",
    "pblsfPassword": "PBL-sf-Pr0d-2023#",
    "pblsfSecurityToken": "jbZZTAAAFOaFF0leplaelFUro",
    "pblvaStoresURL": "https://jh6zrez76wn5kj2drn7p3q3tae0scian.lambda-url.eu-west-1.on.aws/stores/v1/indexes/timings",
    "pblvaBearerToken": "5552e66f-020b-4896-8ba4-38c349635d6a",
    "brmspSAPImportDir": "C:\\BBC\\FILE RICEVUTI DA SAP\\103",
    "brmspTADImportDir": "C:\\BBC\\FILE RICEVUTI DA TAD\\",
    "brmspSAPExportDirVEN": "C:\\BBC\\SAP\\OUT\\VEN",
    "brmspSAPExportDirMOV": "C:\\BBC\\SAP\\OUT\\MOV",
    "brmspSAPExportDirINC": "C:\\BBC\\SAP\\OUT\\INC",
    "brmspSAPExportDirCOR": "C:\\BBC\\SAP\\OUT\\COR",
    "brmspSAPClientCode": "300",
    "brmspSAPTestParameter": "T",
    "aenaSAVIAExportDir": "C:\\BBC\\Aena",

    //"shpapApiKey": "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", // test 
    //"shpapURL": "https://bicicleteromanesti.myshopify.com/", // test 
    //"shpapApiKey": "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",// brums
    //"shpapURL": "https://en.brumsmilano.com/en",            // brums 
    // "shpapApiKey": "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", // brumstest
    // "shpapURL": "https://brumstest.myshopify.com/",           // brumstest
    // "shpapStoreCode": "000",
    "shpapFidelityCardTypeId": 1
  },
  "loggerPBLSF": {
    "throwConfigExceptions": true,
    "targets": {
      "async": true,
      "logfile": {

        "type": "File",
        "fileName": "c:/bbc/logs/IOManager/nlogSF-${shortdate}.log",
        "layout": "${longdate} ${message} ${exception:Format=Message}"

      },
      "logconsole": {
        "type": "Console"
      }
    },
    "rules": [
      {
        "logger": "*",
        "minLevel": "Info",
        "writeTo": "logconsole"
      },
      {
        "logger": "*",
        "minLevel": "Info",
        "writeTo": "logfile"
      }
    ]
  },
  "loggerPBL": {
    "throwConfigExceptions": true,
    "targets": {
      "async": true,
      "logfile": {

        "type": "File",
        "fileName": "c:/bbc/logs/IOManager/nlogBC-${shortdate}.log",
        "layout": "${longdate} ${message} ${exception:Format=Message}"

      },
      "logconsole": {
        "type": "Console"
      }
    },
    "rules": [
      {
        "logger": "*",
        "minLevel": "Info",
        "writeTo": "logconsole"
      },
      {
        "logger": "*",
        "minLevel": "Debug",
        "writeTo": "logfile"
      }
    ]
  },
  "loggerPBLVA": {
    "throwConfigExceptions": true,
    "targets": {
      "async": true,
      "logfile": {

        "type": "File",
        "fileName": "c:/bbc/logs/IOManager/nlogVA-${shortdate}.log",
        "layout": "${longdate} ${message} ${exception:Format=Message}"

      },
      "logconsole": {
        "type": "Console"
      }
    },
    "rules": [
      {
        "logger": "*",
        "minLevel": "Info",
        "writeTo": "logconsole"
      },
      {
        "logger": "*",
        "minLevel": "Debug",
        "writeTo": "logfile"
      }
    ]
  },
  "loggerBRMSP": {
    "throwConfigExceptions": true,
    "targets": {
      "async": true,
      "infoLogfile": {

        "type": "File",
        "fileName": "c:/bbc/logs/IOManager/InfoLogBRMSP-${shortdate}.log",
        "layout": "${longdate} ${message} ${exception:Format=Message}"

      },
      "errorLogfile": {

        "type": "File",
        "fileName": "c:/bbc/logs/IOManager/ErrorLogBRMSP-${shortdate}.log",
        "layout": "${longdate} ${message} ${exception:Format=Message}"

      },
      "logconsole": {
        "type": "Console"
      }
    },
    "rules": [
      {
        "logger": "*",
        "minLevel": "Info",
        "writeTo": "logconsole"
      },
      {
        "logger": "*",
        "minLevel": "Info",
        "writeTo": "infoLogfile"
      },
      {
        "logger": "*",
        "minLevel": "Error",
        "writeTo": "errorLogfile"
      }
    ]
  }
}