Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Improved app.yaml #425

Merged
merged 1 commit into from
Mar 6, 2017
Merged

Improved app.yaml #425

merged 1 commit into from
Mar 6, 2017

Conversation

mahiuchun
Copy link

Latest documentation on app.yaml recommends removing application and version element.
https://cloud.google.com/appengine/docs/standard/python/config/appref
At least for my case, gcloud would complain if these elements are present.

For setting up environment variables, I haven't found gcloud equivalent of appcfg.py --env_variable.
Since it is not clear for someone not familiar with app engine that appcfg.py is not available from the new Google Cloud SDK, I would say removing these instructions reduces confusion.

@@ -55,10 +53,6 @@ libraries:
env_variables:
BYPASS_JOIN_CONFIRMATION: false
# Only change these while developing, do not commit to source!
# Use appcfg.py --env_variable=CALLSTATS_APP_ID:ID \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want to keep these as we do use them when we deploy AppRTC. This will save us from having internal documentation. But you are correct that gcloud does not have a way to do this hence why we still use appcfg to deploy. Gcloud is used everywhere else though.

@mahiuchun
Copy link
Author

Done

@KaptenJansson
Copy link
Contributor

LGTM

@KaptenJansson KaptenJansson merged commit 3aaa27d into webrtc:master Mar 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants