-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathconnect.yaml
44 lines (44 loc) · 1.52 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
deployAs:
- name: customer-number-generator-app
applicationType: service
endpoint: /assign-customer-number
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_TEST
description: dummy config option, enter any value
required: false
default: anything
- name: email-verification-sender-app
applicationType: event
endpoint: /send-email-verification
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_TEST
description: dummy config option, enter any value
required: false
default: anything
- name: email-verification-receiver-app
applicationType: service
endpoint: /verify-token
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_TEST
description: dummy config option, enter any value
required: false
default: anything
inheritAs:
apiClient:
scopes:
- manage_customers
- manage_extensions
- manage_subscriptions
- manage_key_value_documents