Fixed readme for correct Auto Reload of flask server
This commit is contained in:
parent
fd4cf55fb2
commit
d345ef2b20
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -34,13 +34,19 @@ oder mit VS code launch.json:
|
|||
"FLASK_APP": "backend\\app.py",
|
||||
"FLASK_DEBUG": "1",
|
||||
"FLASK_RUN_PORT": "8080",
|
||||
"FLASK_ENV": "development",
|
||||
"ZAMMAD_URL": "https://tickets.XXXXX.net/api/v1/",
|
||||
"ZAMMAD_TOKEN": "XXXXX"
|
||||
},
|
||||
"autoReload": {
|
||||
"enable": true,
|
||||
"pattern": [
|
||||
"**/*.py"
|
||||
]
|
||||
},
|
||||
"args": [
|
||||
"run",
|
||||
"--no-debugger",
|
||||
"--no-reload"
|
||||
"--no-debugger"
|
||||
],
|
||||
"jinja": true,
|
||||
"autoStartBrowser": false
|
||||
|
|
Loading…
Reference in a new issue