Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(environment): Make SSL variables optional (twentyhq#8843)
Previously, SSL_KEY_PATH and SSL_CERT_PATH were required if the SERVER_URL started with 'https'. This change makes these variables optional, allowing greater flexibility in dealing with SSL configurations. This update helps in scenarios where SSL paths are managed differently or not needed.
- Loading branch information