aboutsummaryrefslogtreecommitdiffstats
path: root/app.json
blob: 7df230326193a5d911bf98cc32f4f70f26e405df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "twitter-event-stream",
  "description": "rhenium/twitter-event-stream",
  "website": "https://github.com/rhenium/twitter-event-stream",
  "repository": "https://github.com/rhenium/twitter-event-stream",
  "env": {
    "RACK_ENV": "production",
    "TWITTER_EVENT_STREAM_BASE_URL": {
      "description": "The URL where twitter-event-stream is deployed.",
      "value": "https://<app name>.herokuapp.com/"
    },
    "TWITTER_EVENT_STREAM_ENV_NAME": {
      "description": "The \"dev environment\" for the Account Activity API.",
      "value": "<env name>"
    },
    "TWITTER_EVENT_STREAM_CONSUMER_KEY": {
      "description": "A consumer key whitelisted for the Account Activity API.",
      "value": "<dummy>"
    },
    "TWITTER_EVENT_STREAM_CONSUMER_SECRET": {
      "description": "A consumer secret.",
      "value": "<dummy>"
    },
    "TWITTER_EVENT_STREAM_USER_1": {
      "description": "A JSON object containing credentials for an user '1'.",
      "required": false
    }
  }
}