File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 11deployAs :
22 - name : full-ingestion
33 applicationType : service
4- endpoint : /
4+ endpoint : /fullSync
55 scripts :
66 postDeploy : npm install
77 configuration :
88 securedConfiguration :
9- - key : COMMERCETOOLS_STORE_KEY
10- description : Unique key of Commercetools Store
119 - key : CTP_PROJECT_KEY
1210 description : Commercetools project key
1311 - key : CTP_CLIENT_ID
@@ -22,7 +20,7 @@ deployAs:
2220 description : Escaped JSON object including credentails to search platform and other settings
2321 - name : incremental-updater
2422 applicationType : event
25- endpoint : /
23+ endpoint : /deltaSync
2624 scripts :
2725 postDeploy : npm install && npm run connector:post-deploy
2826 preUndeploy : npm install && npm run connector:pre-undeploy
@@ -41,10 +39,4 @@ deployAs:
4139 - key : CTP_REGION
4240 description : Region of Commercetools project
4341 - key : SEARCH_PLATFORM_CONFIG
44- description : Escaped JSON object including credentails to search platform and other settings
45- - key : CONNECT_GCP_PROJECT_ID
46- description : Google Cloud Project ID
47- - key : CONNECT_GCP_TOPIC_NAME
48- description : Pub/Sub topic name on Google Cloud Platform
49-
50-
42+ description : Escaped JSON object including credentails to search platform and other settings
You can’t perform that action at this time.
0 commit comments