diff --git a/.env.example b/.env.example index 28f6df2f..d4207577 100644 --- a/.env.example +++ b/.env.example @@ -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 \ No newline at end of file +DELAYED_JOB_SLEEP_DELAY=10