-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconnect.yaml
26 lines (26 loc) · 1.09 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
deployAs:
- name: talonone-service
applicationType: service
endpoint: /
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_LOCALE
description: commercetools Composable Commerce locale
- key: CTP_REGION
description: commercetools Composable Commerce API region
securedConfiguration:
- key: TALON_ONE_API
description: Talon.One API keys and API URLs in JSON format
- key: CTP_TAX_CATEGORY_ID
description: commercetools Composable Commerce tax category ID
- 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 scope