-
Notifications
You must be signed in to change notification settings - Fork 20
/
sample.env
28 lines (26 loc) · 1.05 KB
/
sample.env
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
######################################################################
## B2C Commerce Configuration Properties
######################################################################
B2C_HOSTNAME=<xxxx-000.sandbox.us01.dx.commercecloud.salesforce.com>
B2C_INSTANCENAME=<instance name>
B2C_CLIENTID=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
B2C_CLIENTSECRET=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
B2C_CERTIFICATEPATH=
B2C_CERTIFICATEPASSPHRASE=
B2C_SITEIDS=RefArch, RefArchGlobal
B2C_CODEVERSION=b2c_crmsync
B2C_DATARELEASE=scc-sampledata
B2C_USERNAME=<your username>
B2C_ACCESSKEY=<your access key>
######################################################################
## Salesforce Platform Configuration Properties
######################################################################
SF_SCRATCHORGPROFILE=base
SF_SCRATCHORGALIAS=crmsync
SF_SCRATCHORGSETDEFAULT=true
SF_SCRATCHORGFORCEOVERWRITE=true
SF_HOSTNAME=power-dream-1234-dev-ed.lightning.force.com
SF_LOGINURL=test.salesforce.com
SF_PASSWORD=<your password>
SF_SECURITYTOKEN=<your token>