From a73779bea3d083c60e4742eb9ec720ce4358c08d Mon Sep 17 00:00:00 2001 From: Karolis Rusenas Date: Thu, 6 Aug 2015 16:06:23 +0100 Subject: [PATCH] updated example file --- app_conf.yaml.example | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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