Skip to content

Commit 1f13c91

Browse files
committed
Update app.yaml and make it secure always
secure: always forces https to be used all the time (which is better)
1 parent 3a89243 commit 1f13c91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
runtime: python37
1+
runtime: python38
22

33
env_variables:
44
GOOGLE_CLIENT_ID: %GOOGLE_CLIENT_ID%
@@ -14,4 +14,5 @@ handlers:
1414
# required when static routes are defined, but can be omitted (along with
1515
# the entire handlers section) when there are no static files defined.
1616
- url: /.*
17+
secure: always
1718
script: auto

0 commit comments

Comments
 (0)