Update gettingstarted.md (#16610)

Changed FLASK_DEBUG: True --> FLASK_DEBUG: "true"
This commit is contained in:
siamak-niroomandi 2023-01-27 15:21:06 +01:00 committed by GitHub
parent 02b9c6f99e
commit 710535d5de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ services:
volumes:
- .:/code
environment:
FLASK_DEBUG: True
FLASK_DEBUG: "true"
redis:
image: "redis:alpine"
```