From 59ea22675809e334b157a166e44e10a86b0bb7ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=B1or=20Rolando?= Date: Sun, 8 Dec 2013 11:34:12 +0100 Subject: [PATCH] Add a sample for the client config containing the client_id and the client_secret. --- config/client.yml_sample | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config/client.yml_sample diff --git a/config/client.yml_sample b/config/client.yml_sample new file mode 100644 index 0000000..b47e331 --- /dev/null +++ b/config/client.yml_sample @@ -0,0 +1,2 @@ +client_id: place your (public) client id here. +client_secret: place your (private) client secret here.