Skip to content
Snippets Groups Projects
Commit c5edd8b7 authored by David Trattnig's avatar David Trattnig
Browse files

Changed to dev environment.

parent 48232318
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,8 @@
"stopOnEntry": false,
"program": "${workspaceFolder}/api.py",
"env": {
"FLASK_APP": "${workspaceRoot}/api.py"
"FLASK_APP": "${workspaceRoot}/api.py",
"FLASK_ENV": "development"
},
"args": [
"run"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment