forked from adobecom/milo-fg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.config.yaml
56 lines (56 loc) · 1.55 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
application:
actions: actions
web: web-src
runtimeManifest:
packages:
milo-fg:
license: Apache-2.0
inputs:
fgSite: $FG_SITE
fgClientId: $FG_CLIENT_ID
fgAuthority: $FG_AUTHORITY
shareUrl: $SHARE_URL
fgShareUrl: $FG_SHARE_URL
rootFolder: $ROOT_FOLDER
fgRootFolder: $FG_ROOT_FOLDER
skipInProgressCheck: $SKIP_INPROGRESS_CHECK
clientId: $CLIENT_ID
tenantId: $TENANT_ID
certPassword: $CERT_PASSWORD
certKey: $CERT_KEY
certThumbprint: $CERT_THUMB_PRINT
actions:
copy:
function: actions/copy/copy.js
web: 'yes'
runtime: nodejs:16
inputs:
LOG_LEVEL: debug
copy-worker:
function: actions/copy/worker.js
web: 'no'
runtime: nodejs:16
inputs:
LOG_LEVEL: debug
limits:
timeout: 3600000
promote:
function: actions/promote/promote.js
web: 'yes'
runtime: nodejs:16
inputs:
LOG_LEVEL: debug
promote-worker:
function: actions/promote/worker.js
web: 'no'
runtime: nodejs:16
inputs:
LOG_LEVEL: debug
limits:
timeout: 3600000
status:
function: actions/status/status.js
web: 'yes'
runtime: nodejs:16
inputs:
LOG_LEVEL: debug