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",
"configurations": [
{
"name": "Python: Flask",
"name": "Python: Flask",
"type": "python",
"request": "launch",
"module": "flask",
"env": {
"FLASK_APP": "src/server/BreCal",
"FLASK_DEBUG": "1"
"FLASK_DEBUG": "1",
"SECRET_KEY" : "zdiTz8P3jXOc7jztIQAoelK4zztyuCpJ" // https://randomkeygen.com/
},
"args": [
"run" //,