|
| 1 | +{ |
| 2 | + "version": "0.2.0", |
| 3 | + "configurations": [ |
| 4 | + { |
| 5 | + "name": "Debug - fetch_server.py", |
| 6 | + "type": "debugpy", |
| 7 | + "request": "launch", |
| 8 | + "program": "${workspaceFolder}/.vscode/debug_fetch_server.py", |
| 9 | + "console": "integratedTerminal", |
| 10 | + "env": { |
| 11 | + "DVLS_SERVER_BASE_URL": "<url>", |
| 12 | + "DVLS_APP_KEY": "<app-key>", |
| 13 | + "DVLS_APP_SECRET": "<app-secret>", |
| 14 | + "DVLS_VAULT_ID": "<vault-id>", |
| 15 | + "PYTHONPATH": "/Users/<user>/dev/git/ansible" |
| 16 | + }, |
| 17 | + "justMyCode": false |
| 18 | + }, |
| 19 | + { |
| 20 | + "name": "Debug - fetch_secrets.py", |
| 21 | + "type": "debugpy", |
| 22 | + "request": "launch", |
| 23 | + "program": "${workspaceFolder}/.vscode/debug_fetch_secrets.py", |
| 24 | + "console": "integratedTerminal", |
| 25 | + "env": { |
| 26 | + "DVLS_SERVER_BASE_URL": "<url>", |
| 27 | + "DVLS_APP_KEY": "<app-key>", |
| 28 | + "DVLS_APP_SECRET": "<app-secret>", |
| 29 | + "DVLS_VAULT_ID": "<vault-id>", |
| 30 | + "PYTHONPATH": "/Users/<user>/dev/git/ansible" |
| 31 | + }, |
| 32 | + "justMyCode": false |
| 33 | + }, |
| 34 | + { |
| 35 | + "name": "Debug - create_secrets.py", |
| 36 | + "type": "debugpy", |
| 37 | + "request": "launch", |
| 38 | + "program": "${workspaceFolder}/.vscode/debug_create_secrets.py", |
| 39 | + "console": "integratedTerminal", |
| 40 | + "env": { |
| 41 | + "DVLS_SERVER_BASE_URL": "<url>", |
| 42 | + "DVLS_APP_KEY": "<app-key>", |
| 43 | + "DVLS_APP_SECRET": "<app-secret>", |
| 44 | + "DVLS_VAULT_ID": "<vault-id>", |
| 45 | + "PYTHONPATH": "/Users/<user>/dev/git/ansible" |
| 46 | + }, |
| 47 | + "justMyCode": false |
| 48 | + } |
| 49 | + ] |
| 50 | +} |
0 commit comments