launch.json

PHOTO EMBED

Thu Nov 23 2023 11:27:29 GMT+0000 (Coordinated Universal Time)

Saved by @thanuj

{
  // Use IntelliSense to learn about possible attributes.
  // Hover to view descriptions of existing attributes.
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  "version": "0.2.0",
  "configurations": [
      {
          "name": "Launch via NPM",
          "type": "node",
          "request": "launch",
          "cwd": "${workspaceRoot}",
          "runtimeExecutable": "npm",
          "runtimeArgs": [
              "run",  "sam"
          ],
          "port": 5858,
          "env": {
              "NODE_PATH": "${cwd}",
              "DBHOST": "vi-cdm-fdb01.aws.modeln.com",
              "DBSERVICE": "cdmsbx",
              "DBUSER": "sboda",
              "DBPASS": "wwhOO3rZK4ryzTd",
              "AWS_PROFILE":"qa",
              "AUTHORIZER": "DEV",
              "CACHE_STORE": "memory",
              "LD_LIBRARY_PATH":"C:/instantclient_21_12"
          }
      }

  ]
}
content_copyCOPY