Add a sample for the client config containing the client_id and the client_secret.

This commit is contained in:
Señor Rolando 2013-12-08 11:34:12 +01:00
parent d4125c60b8
commit 59ea226758

2
config/client.yml_sample Normal file
View file

@ -0,0 +1,2 @@
client_id: place your (public) client id here.
client_secret: place your (private) client secret here.