Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix env templateto ensure compatibility with systemd's EnvironmentFil…
…e parsing (#4315) * fix: update env template for systemd compatibility Adjust env template to ensure compatibility with systemd's EnvironmentFile parsing, which only recognizes line-starting comment symbols. * Refactor SMTP and Rocket settings in .env.template - Simplify the SMTP_SECURITY and SMTP_PORT options by providing a list of choices and default values - Clarify the ROCKET_PORT default value depending on the environment (Docker or not)
- Loading branch information