Skip to content

Commit

Permalink
Refactor SFDC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Maretskiy committed Dec 28, 2016
1 parent 407a6d9 commit ef938cb
Show file tree
Hide file tree
Showing 8 changed files with 616 additions and 393 deletions.
13 changes: 6 additions & 7 deletions etc/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
"notify_backends": {
"sf": {
"sfdc": {
"atuh_url": "https://somedomain.my.salesforce.com",
"username": "foo_username",
"password": "foo_pa55w0rd",
"organization_id": "mycorp",
"environment": "fooenv",
"client_id": "",
"client_secret": ""
"auth_url": "https://somedomain.my.salesforce.com",
"username": "johndoe",
"password": "pa55w0rd",
"organization_id": "somecorp1234556789",
"client_id": "client42",
"client_secret": "755cl13n753cr37"
}
},
"dummy": {
Expand Down
Empty file.
42 changes: 0 additions & 42 deletions notify/drivers/salesforce/driver.py

This file was deleted.

Loading

0 comments on commit ef938cb

Please sign in to comment.