method added to autocycle through sponsors based on sponsor level and code added to inherit twitter env variables
This commit is contained in:
parent
881518f1f3
commit
e8d3177ec1
14 changed files with 89 additions and 163 deletions
12
app.json
12
app.json
|
|
@ -59,6 +59,18 @@
|
|||
},
|
||||
"RAILS_ENV": {
|
||||
"required": false
|
||||
},
|
||||
"OSEM_TWITTER_CONSUMER_KEY": {
|
||||
"required": true
|
||||
},
|
||||
"OSEM_TWITTER_CONSUMER_SECRET": {
|
||||
"required": true
|
||||
},
|
||||
"OSEM_TWITTER_ACCESS_TOKEN": {
|
||||
"required": true
|
||||
},
|
||||
"OSEM_TWITTER_ACCESS_TOKEN_SECRET": {
|
||||
"required": true
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue