Skip to content

Commit 47044fc

Browse files
committed
enable staging and prod.
1 parent cbd47d8 commit 47044fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cmd/etl_worker/app-sidestream-prod.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ env_variables:
3939
MAX_WORKERS: 50
4040
BIGQUERY_PROJECT: 'measurement-lab'
4141
BIGQUERY_DATASET: 'public'
42+
ANNOTATE_IP: 'true'

cmd/etl_worker/app-sidestream-staging.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ env_variables:
3939
MAX_WORKERS: 50
4040
BIGQUERY_PROJECT: 'mlab-staging'
4141
BIGQUERY_DATASET: 'staging'
42+
ANNOTATE_IP: 'true'

0 commit comments

Comments
 (0)