diff --git a/.gitignore b/.gitignore index 61b5740..9bf6b69 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.iml __pycache__ debug.log +venv diff --git a/.vscode/launch.json b/.vscode/launch.json index e509e44..f8bc43a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,22 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "name": "Python: Remote Attach", + "type": "python", + "request": "attach", + "connect": { + "host": "10.66.66.6", + "port": 5678 + }, + "pathMappings": [ + { + "localRoot": "${workspaceFolder}", + "remoteRoot": "." + } + ], + "justMyCode": true + }, { "name": "Python: Flask", "type": "python", @@ -12,13 +28,11 @@ "env": { "FLASK_APP": "main.py", "FLASK_DEBUG": "1", - "SLACK_API_TOKEN" : "xoxb-241070135347-1373084066946-RKPQf2uO6s7Oi0F8InCgwgkx", - "MONGO_CONNECTION_STRING" : "mongodb://localhost:27017", - "WRITE_SLACK_CHANNEL_ID" : "C0692LSN85R", - "READ_SLACK_CHANNEL_ID" : "G01ASA2SG22", - "SLACK_VERIFICATION_TOKEN" : "u99mYutBGu9ckh4JnOk8YU3P" - - + "SLACK_API_TOKEN": "xoxb-241070135347-1373084066946-RKPQf2uO6s7Oi0F8InCgwgkx", + "MONGO_CONNECTION_STRING": "mongodb://localhost:27017", + "WRITE_SLACK_CHANNEL_ID": "C0692LSN85R", + "READ_SLACK_CHANNEL_ID": "G01ASA2SG22", + "SLACK_VERIFICATION_TOKEN": "u99mYutBGu9ckh4JnOk8YU3P" }, "args": [ "run",