{ // 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": "Debug", "program": "${workspaceFolder}/node_modules/probot/bin/probot-run.js", "args": [ "${workspaceFolder}/index.js" ], "env": { "DEBUG": "true", "KUDOS_BOT_CONFIG": "{'options':{'inter_transaction_delay':20},'slack':{'channel_id':'C8P4F6WTB'},'rules':{'tip_per_kudo_in_usd':2,'tip_per_reaction_in_usd':0.2,'reaction_threshold':3},'payments':{'STT':{'network_id':'ropsten','private_key':'0xaaaa','contract_address':'0xc55cF4B03948D7EBc8b9E8BAD92643703811d162'},'SNT':{'network_id':'homestead','private_key':'0xaaaa','contract_address':'0x744d70FDBE2Ba4CF95131626614a1763DF805B9E'}}}", "MEMCACHE_URL": "memcached-14461.c15.us-east-1-2.ec2.cloud.redislabs.com:14461", "MEMCACHE_USERNAME": "mc-m9ZE6", "MEMCACHE_PASSWORD": "h61dd4EmCxUTnIglmEUq8WR3JqDPNrCM" } }, { "type": "node", "request": "launch", "name": "Launch via NPM", "cwd": "${workspaceFolder}", "runtimeExecutable": "npm", "runtimeArgs": [ "start" ], "port": 9229 }, { "type": "node", "request": "attach", "name": "Attach by Process ID", "processId": "${command:PickProcess}" } ] }