Skip to content

Commit

Permalink
add env vars when launching django server
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Mar 4, 2024
1 parent 33b8abe commit 75b5fcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"localhost:8000"
],
"django": true,
"env": {
"SERVICE_NAME": "portal",
"SERVICE_IS_ROOT": "1"
},
"justMyCode": false,
"name": "Django Server",
"preLaunchTask": "migrate-db",
Expand Down

0 comments on commit 75b5fcb

Please sign in to comment.