From 29515b7a8b64916d0b969a53a8b6bcf69e753699 Mon Sep 17 00:00:00 2001 From: Karolis Rusenas Date: Tue, 18 Aug 2015 15:51:12 +0100 Subject: [PATCH] updated examples file --- app_conf.yaml.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app_conf.yaml.example b/app_conf.yaml.example index f65f013..9d11f0a 100644 --- a/app_conf.yaml.example +++ b/app_conf.yaml.example @@ -31,4 +31,6 @@ salesForce: sfToken: "security_token" salesForceReports: consultantUtilisation: "report_id_from_url" - consultantBillability: "report_id_from_url" \ No newline at end of file + consultantBillability: "report_id_from_url" + +salesForceWhitelist: ["some_user@email.com", "another_user@gmail.com"] \ No newline at end of file