video-access-token-server-node
video-access-token-server-node copied to clipboard
fixed no .env error
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.
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.