We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80323ee commit 117dcc1Copy full SHA for 117dcc1
gcp/app.yaml
@@ -3,6 +3,7 @@ runtime: python311
3
handlers:
4
- url: /.*
5
script: app.app
6
+ secure: always
7
8
env_variables:
9
FLASK_APP: app.py
0 commit comments