virtual-smart-home icon indicating copy to clipboard operation
virtual-smart-home copied to clipboard

Optional cache

Open csuermann opened this issue 1 year ago • 2 comments

csuermann avatar Jan 09 '24 21:01 csuermann

suggest that you edit serverless.yml to deal with the scenario where MOMENTO_TOKEN is not set.

jpadie avatar Jan 09 '24 23:01 jpadie

@jpadie, good catch. I believe this does the trick:

MOMENTO_TOKEN: ${env:MOMENTO_TOKEN, ''}

csuermann avatar Jan 10 '24 07:01 csuermann