Skip to content

Commit 2658b6d

Browse files
author
vikasrohit
authored
Merge pull request #30 from appirio-tech/feature/salesforce-lead
Github #562, Project creation: set up Salesforce web-to-lead
2 parents 66201ea + 901b2df commit 2658b6d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.ebextensions/01-environment-variables.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ option_settings:
7171
- namespace: aws:elasticbeanstalk:application:environment
7272
option_name: SALESFORCE_LEAD_PROJECT_ID
7373
value: TBD
74+
- namespace: aws:elasticbeanstalk:application:environment
75+
option_name: CONNECT_PROJECTS_URL
76+
value: TBD
7477
- namespace: aws:elasticbeanstalk:application:environment
7578
option_name: USER_SERVICE_URL
7679
value: TBD

config/custom-environment-variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"systemUserClientId": "SYSTEM_USER_CLIENT_ID",
1616
"systemUserClientSecret": "SYSTEM_USER_CLIENT_SECRET",
1717
"userServiceUrl": "USER_SERVICE_URL",
18-
"connectProjectsUrl": "CONNECT_PROJECT_URL",
18+
"connectProjectsUrl": "CONNECT_PROJECTS_URL",
1919
"salesforceLead" : {
2020
"webToLeadUrl": "SALESFORCE_WEB_TO_LEAD_URL",
2121
"orgId" : "SALESFORCE_ORG_ID",

0 commit comments

Comments
 (0)