Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benedwards44 committed Aug 16, 2017
1 parent 3326d36 commit c9e79a1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
@@ -0,0 +1,19 @@
# sforgcompare
Django + Heroku application which compares metadata between two Salesforce environments and presents the differences

## Addons

1. Heroku Postgres
2. Heroku Redis
3. Heroku Scheduler (for clearing database)

## Config Variables

1. DEFAULT_FROM_EMAIL (eg. ben@edwards.nz)
2. EMAIL_HOST (eg. smtp.gmail.com)
3. EMAIL_HOST_PASSWORD
4. EMAIL_HOST_USER (eg. ben@edwards.nz)
5. EMAIL_PORT (eg. 587)
6. SALESFORCE_API_VERSION (eg. 39)
7. SALESFORCE_CONSUMER_KEY (from Salesforce Connected App)
8. SALESFORCE_CONSUMER_SECRET (from Salesforce Connected App)

0 comments on commit c9e79a1

Please sign in to comment.