diff --git a/.vscode/launch.json b/.vscode/launch.json index 09d7ce2a..cbf82419 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -30,6 +30,10 @@ "localhost:8000" ], "django": true, + "env": { + "SERVICE_NAME": "portal", + "SERVICE_IS_ROOT": "1" + }, "justMyCode": false, "name": "Django Server", "preLaunchTask": "migrate-db",