Environment Variables - dmhacker/alexa-youtube-skill GitHub Wiki

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.