Added consumer key to example docs

I forgot adding the consumer key. Having it as an example in the file might help configuring.
This commit is contained in:
Tobias Struckmeier 2015-06-16 18:20:51 +02:00
parent 60ef5fe663
commit 506ebdae3d

View file

@ -88,6 +88,8 @@ AGENT_LOG_LENGTH=200
TWITTER_OAUTH_KEY=
TWITTER_OAUTH_SECRET=
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
THIRTY_SEVEN_SIGNALS_OAUTH_KEY=
THIRTY_SEVEN_SIGNALS_OAUTH_SECRET=
@ -164,4 +166,4 @@ FAILED_JOBS_TO_KEEP=100
DELAYED_JOB_MAX_RUNTIME=20
# Amount of seconds for delayed_job to sleep before checking for new jobs
DELAYED_JOB_SLEEP_DELAY=10
DELAYED_JOB_SLEEP_DELAY=10