Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix healthcheck when using an ENV file
If someone is using a `.env` file or configured the `ENV_FILE` variable to use that as it's configuration, this was missed by the healthcheck. So, `DOMAIN` and `ROCKET_TLS` were not seen, and not used in these cases. This commit fixes this by checking for this file and if it exists, then it will load those variables first. Fixes #4112
- Loading branch information