-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnect.yaml
54 lines (54 loc) · 2.03 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
deployAs:
- name: job
applicationType: job
endpoint: /job
properties:
schedule: "*/5 * * * *"
configuration:
standardConfiguration:
- key: CTP_REGION
description: commercetools Composable Commerce API region
securedConfiguration:
- key: CTP_PROJECT_KEY
description: commercetools Composable Commerce project key
- key: CTP_CLIENT_ID
description: commercetools Composable Commerce client ID
- key: CTP_CLIENT_SECRET
description: commercetools Composable Commerce client secret
- key: CTP_SCOPE
description: commercetools Composable Commerce client scope
- key: NEW_STORE_BASE_URL
description: NewStore API base URL
- key: NEW_STORE_USERNAME
description: NewStore username
- key: NEW_STORE_PASSWORD
description: NewStore password
- key: NEW_STORE_SHOP
description: NewStore shop
- name: event
applicationType: event
endpoint: /event
scripts:
postDeploy: npm install && npm run build && npm run connector:post-deploy
preUndeploy: npm install && npm run build && npm run connector:pre-undeploy
configuration:
standardConfiguration:
- key: CTP_REGION
description: commercetools Composable Commerce API region
securedConfiguration:
- key: CTP_PROJECT_KEY
description: commercetools Composable Commerce project key
- key: CTP_CLIENT_ID
description: commercetools Composable Commerce client ID
- key: CTP_CLIENT_SECRET
description: commercetools Composable Commerce client secret
- key: CTP_SCOPE
description: commercetools Composable Commerce client scope
- key: NEW_STORE_BASE_URL
description: NewStore API base URL
- key: NEW_STORE_USERNAME
description: NewStore username
- key: NEW_STORE_PASSWORD
description: NewStore password
- key: NEW_STORE_SHOP
description: NewStore shop