From 22d72b13d55a4e0347dad4014df34197dfeb8e02 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Fri, 21 Aug 2015 11:36:17 +0930 Subject: [PATCH] #645 Add example keys --- config/application.yml.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/application.yml.example b/config/application.yml.example index 03e8afe2c..d002c63f2 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -62,6 +62,10 @@ GROWSTUFF_PAYPAL_USERNAME: "dummy" GROWSTUFF_PAYPAL_PASSWORD: "dummy" GROWSTUFF_PAYPAL_SIGNATURE: "dummy" +# https://developers.facebook.com/ +GROWSTUFF_FACEBOOK_KEY: "" +GROWSTUFF_FACEBOOK_SECRET: "" + # Elasticsearch is used for flexible search and it requires another component # to be installed. To make it easy for people who don't need to test this feature # it's been turned off for test and development environment as a default.