Skip to content

Commit 4677593

Browse files
authored
Update test-env.tmpl.sh (GoogleCloudPlatform#6928)
* Update test-env.tmpl.sh Adds variable used for samples that require testing against a Composer v2 environment * Update test-env.tmpl.sh
1 parent 795eb70 commit 4677593

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

testing/test-env.tmpl.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ export BIGTABLE_INSTANCE=
2626
export SPANNER_INSTANCE=
2727
export COMPOSER_LOCATION=us-central1
2828
export COMPOSER_ENVIRONMENT=
29+
export COMPOSER2_ENVIRONMENT=
30+
# Webserver for COMPOSER2_ENVIRONMENT
31+
export COMPOSER2_WEB_SERVER_URL=
2932
export CLOUD_KMS_KEY=
3033

3134
export MYSQL_INSTANCE=
@@ -105,4 +108,4 @@ export CONNECTOR=
105108

106109
# Dialogflow examples.
107110
export SMART_REPLY_MODEL=
108-
export SMART_REPLY_ALLOWLIST=
111+
export SMART_REPLY_ALLOWLIST=

0 commit comments

Comments
 (0)