-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.config.yaml
More file actions
36 lines (36 loc) · 1.06 KB
/
app.config.yaml
File metadata and controls
36 lines (36 loc) · 1.06 KB
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
application:
actions: actions
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
webhook:
license: Apache-2.0
actions:
$include: ./actions/webhook/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
spa:
license: Apache-2.0
actions:
$include: ./actions/spa/actions.config.yaml
productDependencies:
- code: COMMC
minVersion: 2.4.4