video-access-token-server-node icon indicating copy to clipboard operation
video-access-token-server-node copied to clipboard

fixed no .env error

Open Loag opened this issue 9 years ago • 1 comments

When running node . program error "no .env" so I removed ".example" from ".env.example" and solved the issue. Don't know whether this is a reproducible issue.

Loag avatar Feb 05 '17 07:02 Loag

This is expected behavior. In the README, it requires you to copy the example file to .env so you can set the variables for your app.

mknippen avatar Feb 14 '17 03:02 mknippen