aboutsummaryrefslogtreecommitdiffstats
path: root/app.json
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2018-08-30 16:24:47 +0900
committerKazuki Yamaguchi <k@rhe.jp>2018-08-30 17:11:01 +0900
commitb0378cb2455072f8981143287ba373be458e2d63 (patch)
tree75e96c57b4b8390ec7f044f5243fba7fe1cd738a /app.json
parentf996806ed747ee4c04ea7549b71ca9655e4a9968 (diff)
downloadtwitter-event-stream-b0378cb2455072f8981143287ba373be458e2d63.tar.gz
support Account Activity API
My Twitter developer account application has finally been approved. It looks working fine now.
Diffstat (limited to 'app.json')
-rw-r--r--app.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/app.json b/app.json
index 0e399c0..7df2303 100644
--- a/app.json
+++ b/app.json
@@ -5,11 +5,21 @@
"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."
+ "description": "A consumer key whitelisted for the Account Activity API.",
+ "value": "<dummy>"
},
"TWITTER_EVENT_STREAM_CONSUMER_SECRET": {
- "description": "A consumer secret."
+ "description": "A consumer secret.",
+ "value": "<dummy>"
},
"TWITTER_EVENT_STREAM_USER_1": {
"description": "A JSON object containing credentials for an user '1'.",