-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathapp.json
23 lines (22 loc) · 849 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Node Demo w/ Salesforce & SLDS",
"description": "Simple NodeJS application using the Lightning Design System for CRUDing Salesforce Accounts.",
"repository": "https://github.com/jeffdonthemic/node-nforce-demo",
"website": "http://blog.jeffdouglas.com",
"logo": "https://raw.githubusercontent.com/jeffdonthemic/node-nforce-demo/master/public/salesforce-logo.png",
"keywords": ["node", "salesforce", "nforce", "lightning", "lds", "slds", "lightningdesignsystem"],
"env": {
"USERNAME": {
"description": "Your Saleforce.com username"
},
"PASSWORD": {
"description": "Your Saleforce.com password and security token."
},
"CLIENT_ID": {
"description": "Your Connected App's Consumer Key."
},
"CLIENT_SECRET": {
"description": "Your Connected App's Consumer Secret."
}
}
}