-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.config.yaml
61 lines (61 loc) · 1.91 KB
/
app.config.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
55
56
57
58
59
60
61
application:
# hooks:
# post-app-deploy: ./hooks/post-app-deploy.js
runtimeManifest:
packages:
starter-kit:
license: Apache-2.0
actions:
# Please DO NOT DELETE this action; future functionalities planned for upcoming starter kit releases may stop working.
info:
function: actions/starter-kit-info/index.js
web: 'yes'
runtime: nodejs:20
inputs:
LOG_LEVEL: debug
annotations:
require-adobe-auth: true
final: true
# ingestion:
# license: Apache-2.0
# actions:
# $include: ./actions/ingestion/actions.config.yaml
webhook:
license: Apache-2.0
actions:
$include: ./actions/webhook/actions.config.yaml
product-commerce:
license: Apache-2.0
actions:
$include: ./actions/product/commerce/actions.config.yaml
product-backoffice:
license: Apache-2.0
actions:
$include: ./actions/product/external/actions.config.yaml
customer-commerce:
license: Apache-2.0
actions:
$include: ./actions/customer/commerce/actions.config.yaml
customer-backoffice:
license: Apache-2.0
actions:
$include: ./actions/customer/external/actions.config.yaml
order-commerce:
license: Apache-2.0
actions:
$include: ./actions/order/commerce/actions.config.yaml
order-backoffice:
license: Apache-2.0
actions:
$include: ./actions/order/external/actions.config.yaml
stock-commerce:
license: Apache-2.0
actions:
$include: ./actions/stock/commerce/actions.config.yaml
stock-backoffice:
license: Apache-2.0
actions:
$include: ./actions/stock/external/actions.config.yaml
productDependencies:
- code: COMMC
minVersion: 2.4.4