forked from adobecom/graybox-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.config.yaml
37 lines (37 loc) · 1.15 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
application:
actions: actions
runtimeManifest:
packages:
graybox:
license: Apache-2.0
inputs:
spSite: $SP_SITE
spClientId: $SP_CLIENT_ID
spAuthority: $SP_AUTHORITY
clientId: $CLIENT_ID
tenantId: $TENANT_ID
certPassword: $CERT_PASSWORD
certKey: $CERT_KEY
certThumbprint: $CERT_THUMB_PRINT
enablePreview: $ENABLE_PREVIEW
groupCheckUrl: $GROUP_CHECK_URL
grayboxUserGroups: $GRAYBOX_USER_GROUPS
helixAdminApiKeys: $HELIX_ADMIN_API_KEYS
bulkPreviewCheckInterval: $BULK_PREVIEW_CHECK_INTERVAL
maxBulkPreviewChecks: $MAX_BULK_PREVIEW_CHECKS
actions:
promote:
function: actions/graybox/promote.js
web: 'yes'
runtime: nodejs:16
inputs:
LOG_LEVEL: debug
promote-worker:
function: actions/graybox/promote-worker.js
web: 'no'
runtime: nodejs:16
inputs:
LOG_LEVEL: debug
limits:
timeout: 3600000
memorySize: 2048