We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b425a16 commit 48a5371Copy full SHA for 48a5371
appengine/flexible/analytics/app.yaml
@@ -7,5 +7,5 @@ runtime_config:
7
8
#[START env]
9
env_variables:
10
- GA_TRACKING_ID: UA-84817762-1
+ GA_TRACKING_ID: your-project-id
11
#[END env]
appengine/flexible/datastore/app.yaml
@@ -1,11 +1,11 @@
1
runtime: python
2
-vm: true
+env: flex
3
entrypoint: gunicorn -b :$PORT main:app
4
5
runtime_config:
6
python_version: 3
# [START env_variables]
- GCLOUD_PROJECT: your-project-id
+ GCLOUD_PROJECT: your-tracking-id
# [END env_variables]
0 commit comments