Skip to content

Commit

Permalink
Removed deprecated flag from app.yaml (#309)
Browse files Browse the repository at this point in the history
vm: true is no longer accepted. It is now env: flex
  • Loading branch information
oaktowner authored and jmdobry committed Feb 2, 2017
1 parent 3a50f30 commit 154eb03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions endpoints/getting-started/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# limitations under the License.

runtime: nodejs
vm: true
env: flex

endpoints_api_service:
# The following values are to be replaced by information from the output of
# 'gcloud service-management deploy openapi.yaml' command.
name: ENDPOINTS SERVICE-NAME
config_id: ENDPOINTS CONFIG-ID
name: ENDPOINTS-SERVICE-NAME
config_id: ENDPOINTS-CONFIG-ID

0 comments on commit 154eb03

Please sign in to comment.