Skip to content

Commit

Permalink
Fix app yamls (#4035)
Browse files Browse the repository at this point in the history
* Removed deprecated version from app.yaml

* Removed too much last time
  • Loading branch information
engelke committed Jun 10, 2020
1 parent b6b4136 commit 729664c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion appengine/standard/i18n/app.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
application: i18n-sample-python
runtime: python27
api_version: 1
version: 1
threadsafe: true


Expand Down
1 change: 0 additions & 1 deletion appengine/standard/multitenancy/app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: 1
runtime: python27
api_version: 1
threadsafe: yes
Expand Down
1 change: 0 additions & 1 deletion appengine/standard/ndb/overview/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# https://developers.google.com/appengine/docs/python/config/appconfig
# for details.

version: 1
runtime: python27
api_version: 1
threadsafe: yes
Expand Down
1 change: 0 additions & 1 deletion appengine/standard/ndb/transactions/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

version: 1
runtime: python27
api_version: 1
threadsafe: yes

# Handlers define how to route requests to your application.
Expand Down

0 comments on commit 729664c

Please sign in to comment.