Skip to content

Commit 48a5371

Browse files
ryanmatsJon Wayne Parrott
authored andcommitted
flexbeta2 - datastore
1 parent b425a16 commit 48a5371

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appengine/flexible/analytics/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ runtime_config:
77

88
#[START env]
99
env_variables:
10-
GA_TRACKING_ID: UA-84817762-1
10+
GA_TRACKING_ID: your-project-id
1111
#[END env]

appengine/flexible/datastore/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
runtime: python
2-
vm: true
2+
env: flex
33
entrypoint: gunicorn -b :$PORT main:app
44

55
runtime_config:
66
python_version: 3
77

88
# [START env_variables]
99
env_variables:
10-
GCLOUD_PROJECT: your-project-id
10+
GCLOUD_PROJECT: your-tracking-id
1111
# [END env_variables]

0 commit comments

Comments
 (0)