-
Notifications
You must be signed in to change notification settings - Fork 0
/
org_config.yml
45 lines (32 loc) · 932 Bytes
/
org_config.yml
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
# Scratch Org Definition File
SCRATCH_DEF: config/project-scratch-def.json
# Default duration in days
DURATION: 10
# Default Devhub
DEVHUB: hub-org
# use_namepspace
USE_NAMESPACE: False
# Preview Release
PREVIEW: False
# List of managed package Ids to install into the Org.
PACKAGE_IDS: []
# List of managed package permission sets to assign to the user.
PACKAGE_P_SETS: []
# Pre-Deploy use if metadata deploy sequence is important.
PRE_DEPLOY: []
# List of metadata source folders (SRC_FOLDERS = ["force-app"])
SRC_FOLDERS: []
# List of permission sets to assign to the user.
P_SETS: [
"Ancestry_User"
]
# Anonymous APEX files to execute ("setupdata.apex")
BUILD_DATA_CMD: [
"scripts/apex/seeddata.apex"
]
# Name of template to use to create the community
TMPLT_NAME:
# Name of the Lightning community that you want to publish.
SITE_NAME:
# Post-Deploy use if metadata deploy sequence is important.
POST_DEPLOY: []