Skip to content

Commit

Permalink
Provider changes for VLAN
Browse files Browse the repository at this point in the history
  • Loading branch information
MalarvizhiK committed Mar 7, 2024
1 parent 9897f4e commit 172f8ca
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions directlink.env.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
# Properties for External API

DL_SERVICES_AUTH_TYPE=iam
IAMAPIKEY=<IAMAPIKEY>
#api key of GEN2_VPC_CRN account
IAMAPIKEY=
LOCATION_NAME=dal09
DL_SERVICES_LOCATION_LONG_NAME="Dallas 09"
SERVICE_URL=https://directlink.test.cloud.ibm.com/v1
DL_SERVICES_IAM_URL=https://iam.test.cloud.ibm.com/identity/token
DL_SERVICES_GW_NAME=SDK-PY-DL-gateway
DL_SERVICES_CONN_NAME=SDK-PY-DL-vc
GEN2_VPC_CRN=crn:v1:staging:public:is:us-south:a/3b1bd7fa2bc3406ea70ba4ade8aa3f1b::vpc:r134-1680db5a-7672-41af-89fb-bbbc94ac6964
GEN2_VPC_CRN=crn:v1:staging:public:is:us-south:a/3f455c4c574447adbc14bda52f80e62f::vpc:r134-96e79cc5-efd0-4785-b9ee-c12e552f8df9


# Properties for Provider API

DL_SERVICES_AUTH_TYPE=iam
#API key of customer acct
IAMAPIKEY=
LOCATION_NAME=dal09
DL_SERVICES_LOCATION_LONG_NAME="Dallas 09"
SERVICE_URL=https://directlink.test.cloud.ibm.com/v1
SERVICE_URL_V2=https://directlink.test.cloud.ibm.com/provider/v2
PROVIDER_IAMAPIKEY=
CUSTOMER_ACCT_ID=3f455c4c574447adbc14bda52f80e62f
DL_SERVICES_IAM_URL=https://iam.test.cloud.ibm.com/identity/token
DL_SERVICES_GW_NAME=SDK-PY-DL-gateway
DL_SERVICES_CONN_NAME=SDK-PY-DL-vc

0 comments on commit 172f8ca

Please sign in to comment.