* Add more detail about SKIP_EMAIL_VERIFICATION_IN_DEV to e2e tests README
Fixes#363
Add `SKIP_EMAIL_VERIFICATION_IN_DEV=true` to `template/app/.env.server.example` file.
* Add a new section to the file to skip email verification in development mode.
* Add `SKIP_EMAIL_VERIFICATION_IN_DEV=true` to the new section.
* Update .env.server.example
Update README with SKIP_EMAIL_VERIFICATION_IN_DEV instructions and remove default from .env
* Update e2e-tests/README.md
Added more detailed explanations about the SKIP_EMAIL_VERIFICATION_IN_DEV variable in e2e-tests/README.md, including its significance, usage in CI pipelines, and troubleshooting tips. Let me know if any additional clarifications are needed!
* Remove SKIP_EMAIL_VERIFICATION_IN_DEV from .env