Skip to content

Commit

Permalink
Github topcoder-platform#562, Project creation: set up Salesforce web…
Browse files Browse the repository at this point in the history
…-to-lead

-- Added connect projects url environment variable to EB configuration
  • Loading branch information
Vikas Agarwal committed Jan 17, 2017
1 parent 44e8800 commit 901b2df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .ebextensions/01-environment-variables.config
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ option_settings:
- namespace: aws:elasticbeanstalk:application:environment
option_name: SALESFORCE_LEAD_PROJECT_ID
value: TBD
- namespace: aws:elasticbeanstalk:application:environment
option_name: CONNECT_PROJECTS_URL
value: TBD
- namespace: aws:elasticbeanstalk:application:environment
option_name: USER_SERVICE_URL
value: TBD
2 changes: 1 addition & 1 deletion config/custom-environment-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"systemUserClientId": "SYSTEM_USER_CLIENT_ID",
"systemUserClientSecret": "SYSTEM_USER_CLIENT_SECRET",
"userServiceUrl": "USER_SERVICE_URL",
"connectProjectsUrl": "CONNECT_PROJECT_URL",
"connectProjectsUrl": "CONNECT_PROJECTS_URL",
"salesforceLead" : {
"webToLeadUrl": "SALESFORCE_WEB_TO_LEAD_URL",
"orgId" : "SALESFORCE_ORG_ID",
Expand Down

0 comments on commit 901b2df

Please sign in to comment.