diff options
| author | Rubén Beltrán del Río <ben@nsovocal.com> | 2017-02-18 23:14:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-18 23:14:20 -0600 |
| commit | 7404eac982a0d928866aeddaa1a0ea4d1f2d3870 (patch) | |
| tree | 3834c528f1f88b52fcb33cc5025c6c7522bf21c7 /config/env.dist | |
| parent | 5e981bca19ace2a7704f267175b6aa368e63bda0 (diff) | |
Handle Menus and Store / Recall recordings (#2)
* Update calls for menu parsing in paw
* Add twilio and bodyparser dependencies
* Integrate menu routes
* Add redirects to all menu selections.
* Add pause to menu message
* Update paw to handle all recordings cases
* Add rec menu handler, recordings dummy handler
* Add redis related configs
* Add redis node module
* Add missing comma to config
* Remove dangling comma from config
* Update paw to validate input
* Add post validation dependencies
* Update yarn lock
* Store recordings in redis
* Say post id in spanish
* Use the word for the pound sign
* Use a timestamp shifted by 2 and truncated to 10
Diffstat (limited to 'config/env.dist')
| -rw-r--r-- | config/env.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/env.dist b/config/env.dist index e69de29..11f79f1 100644 --- a/config/env.dist +++ b/config/env.dist @@ -0,0 +1 @@ +DEAD_DROP_REDIS_HOST=location_of_redis_server |