Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a683165

Browse filesBrowse files
janlugtJon Wayne Parrott
authored andcommitted
Replace 'vm: true' with 'env: flex' in yaml files. (GoogleCloudPlatform#720)
1 parent 37a606c commit a683165
Copy full SHA for a683165

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎appengine/flexible/multiple_services/gateway-service/app.yaml

Copy file name to clipboardExpand all lines: appengine/flexible/multiple_services/gateway-service/app.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
service: default
22
runtime: python
3-
vm: true
3+
env: flex
44
entrypoint: gunicorn -b :$PORT main:app
55

66
runtime_config:

‎appengine/flexible/multiple_services/static-service/app.yaml

Copy file name to clipboardExpand all lines: appengine/flexible/multiple_services/static-service/app.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
service: static
22
runtime: python
3-
vm: true
3+
env: flex
44
entrypoint: gunicorn -b :$PORT main:app
55

66
runtime_config:

‎endpoints/getting-started/app.yaml

Copy file name to clipboardExpand all lines: endpoints/getting-started/app.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
runtime: python
2-
vm: true
2+
env: flex
33
entrypoint: gunicorn -b :$PORT main:app
44

55
runtime_config:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.