forked from Adyen/adyen-commercetools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
connect.yaml
21 lines (19 loc) · 857 Bytes
/
connect.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
deployAs:
- name: extension
applicationType: service
endpoint: /
scripts:
postDeploy: npm install && npm run setup-resources
configuration:
securedConfiguration:
- key: ADYEN_INTEGRATION_CONFIG
description: Escaped JSON object, for more details visit (https://github.com/commercetools/commercetools-adyen-integration/blob/master/extension/docs/HowToRun.md#environment-variable)
- name: notification
applicationType: service
endpoint: /
scripts:
postDeploy: npm install && npm run setup-resources
configuration:
securedConfiguration:
- key: ADYEN_INTEGRATION_CONFIG
description: Escaped JSON object, for more details visit (https://github.com/commercetools/commercetools-adyen-integration/blob/master/notification/docs/HowToRun.md#environment-variable)