Skip to content

Commit 7136c4f

Browse files
authored
Merge pull request #606 from AdobeDocs/johnwight-configini
Update config.ini
2 parents ec82aa3 + c239d3a commit 7136c4f

File tree

1 file changed

+9
-25
lines changed

1 file changed

+9
-25
lines changed

resources/python/config.ini

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,11 @@
11
[default]
2-
3-
#Go to https://console.adobe.io -> Select your integration and copy the client credential from "Overview"
4-
#API Key (Client ID)
5-
apiKey=API_KEY
6-
7-
#Technical account ID
8-
technicalAccountId[email protected]
9-
10-
#Organization ID
11-
orgId=IMS_ORG_ID
12-
13-
#Client secret
14-
secret=SECRET
15-
16-
#From "JWT" section of the integration
17-
#scopes e.g. ent_analytics_bulk_ingest_sdk from "https://ims-na1.adobelogin.com/s/ent_analytics_bulk_ingest_sdk"
2+
apikey=your_api_key
3+
secret=your_client_secret
4+
orgid=your_org_id
5+
technicalaccountid=your_technical_account_id
6+
key_path=path/to/private.key
187
metascopes=ent_analytics_bulk_ingest_sdk
19-
20-
#Path to secret.key file for the certificate uploaded in console.adobe.io integration
21-
key_path=secret.key
22-
23-
#URL Endpoints
24-
imsHost=ims-na1.adobelogin.com
25-
imsExchange=https://ims-na1.adobelogin.com/ims/exchange/jwt
26-
discoveryUrl=https://analytics.adobe.io/discovery/me
27-
analyticsApiUrl=https://analytics.adobe.io/api
8+
imshost=ims-na1.adobelogin.com
9+
imsexchange=https://ims-na1.adobelogin.com/ims/exchange/jwt/
10+
discoveryurl=https://analytics.adobe.io/discovery/me
11+
analyticsapiurl=https://analytics.adobe.io/api

0 commit comments

Comments
 (0)