Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Environment Variables

David Hacker edited this page Feb 9, 2019 · 4 revisions

These environment variables can be set in the Lambda server, once you have that running. They govern how your Alexa skill behaves in certain situations.

Environment Variable Default Value Description
HEROKU_APP_URL https://dmhacker-youtube.herokuapp.com The Heroku server to connect to for video downloads.
DISABLE_INTERACTIVE_WAIT false Disable interactive mode if true. Prevents Alexa from making wait checks.
CACHE_POLLING_INTERVAL 5000 How often in milliseconds the Lambda server queries the Heroku cache.
ASK_INTERVAL 45000 Delay in milliseconds between wait checks. Only relevant if interactive mode is enabled.
Clone this wiki locally