Skip to content

Commit

Permalink
updated example file
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolis Rusenas committed Aug 6, 2015
1 parent 295e6ce commit a73779b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app_conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@ googleAnalyticsApi:
googleOAuth:
key: '__your_client_key__'
secret: '__your_client_secret__'
allowedDomain: '__your_domain__'
allowedDomain: '__your_domain__'

# your application salesforce details goes here. To get your account working you will probably have to make four steps.
# try logging in with that account and accessing report, it may take some time until you get it working!
salesForce:
sfUser: "email_name@mail.com"
sfPsw: "account_password"
sfToken: "security_token"

0 comments on commit a73779b

Please sign in to comment.