-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnect.yaml
27 lines (27 loc) · 998 Bytes
/
connect.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
deployAs:
- name: removefromcategory
applicationType: job
endpoint: /removefromcategory
properties:
schedule: "0 0 * * 1"
configuration:
standardConfiguration:
- key: CTP_REGION
description: Your commercetools Composable Commerce Region
required: true
securedConfiguration:
- key: CTP_PROJECT_KEY
description: Your commercetools Composable Commerce Project key
required: true
- key: CTP_CLIENT_ID
description: Your commercetools Composable Commerce API Client ID
required: true
- key: CTP_CLIENT_SECRET
description: Your commercetools Composable Commerce API Client secret
required: true
- key: CTP_SCOPE
description: Your commercetools Composable Commerce API Client scope
required: true
- key: new_arrivals_category_id
description: The id of the Category used for new arrivals
required: true