Skip to content

Commit 0cb94c4

Browse files
Merge pull request #70 from IBM/as_prepends
feat : added AS_Prepends to direct link
2 parents 481e618 + d376048 commit 0cb94c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dl.env.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export DL_SERVICES_AUTH_TYPE=iam
2-
export DL_SERVICES_APIKEY='<IAM-API-KEY>'
2+
export DL_SERVICES_APIKEY="<IAM-API-KEY>"
33
export DL_SERVICES_LOCATION_NAME=dal09
44
export DL_SERVICES_LOCATION_LONG_NAME="Dallas 09"
5-
export DL_SERVICES_SERVICE_URL=https://directlink.cloud.ibm.com/v1
6-
export DL_SERVICES_IAM_URL=https://iam.cloud.ibm.com/identity/token
5+
export DL_SERVICES_SERVICE_URL=https://directlink.test.cloud.ibm.com/v1
6+
export DL_SERVICES_IAM_URL=https://iam.test.cloud.ibm.com/identity/token
77
export DL_SERVICES_GW_NAME=SDK-PY-DL-gateway
88
export DL_SERVICES_CONN_NAME=SDK-PY-DL-vc
9-
export DL_SERVICES_AUTHENTICATION_KEY=crn:v1:public:is:us-south:a/3b1bd7fa2bc3406ea70ba4ade8aa3f1b::vpc:r134-1680db5a-7672-41af-89fb-bbbc94ac6964
9+
export DL_SERVICES_AUTHENTICATION_KEY=crn:v1:staging:public:is:us-south:a/3b1bd7fa2bc3406ea70ba4ade8aa3f1b::vpc:r134-1680db5a-7672-41af-89fb-bbbc94ac6964

0 commit comments

Comments
 (0)