mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-18 12:51:43 +00:00
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:
parent
60ef5fe663
commit
506ebdae3d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue