diff --git a/app_conf.yaml.example b/app_conf.yaml.example index 8b81d1a..370695c 100644 --- a/app_conf.yaml.example +++ b/app_conf.yaml.example @@ -21,4 +21,11 @@ googleAnalyticsApi: googleOAuth: key: '__your_client_key__' secret: '__your_client_secret__' - allowedDomain: '__your_domain__' \ No newline at end of file + 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" \ No newline at end of file