{
    // 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": [
        {
            "type": "node",
            "request": "launch",
            "name": "Devna",
            "runtimeExecutable": "npm",
            "runtimeArgs": [
                "run",
                "debug"
            ],
            "port": 33220,
            "env": {
                "rabbitmq_uri": "amqp://admin:worms@10.45.0.21",
                "logs_queue": "logs",
                "port": "3220"
            }
        }
    ]
}
