adjusted launch script
This commit is contained in:
parent
6fa5010dae
commit
0eb6fd7a20
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@ -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" //,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user