adjusted launch script

This commit is contained in:
Daniel Schick 2023-06-29 08:08:40 +02:00
parent 6fa5010dae
commit 0eb6fd7a20

5
.vscode/launch.json vendored
View File

@ -5,13 +5,14 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "Python: Flask", "name": "Python: Flask",
"type": "python", "type": "python",
"request": "launch", "request": "launch",
"module": "flask", "module": "flask",
"env": { "env": {
"FLASK_APP": "src/server/BreCal", "FLASK_APP": "src/server/BreCal",
"FLASK_DEBUG": "1" "FLASK_DEBUG": "1",
"SECRET_KEY" : "zdiTz8P3jXOc7jztIQAoelK4zztyuCpJ" // https://randomkeygen.com/
}, },
"args": [ "args": [
"run" //, "run" //,