add HTTPS_REDIRECT_POLICY. Now it's possible to serve in http without forced redirect to https

This commit is contained in:
Eduardo Silva 2024-04-10 15:25:43 -03:00
parent ed07ffb2fb
commit 1796a7f82f

View file

@ -18,4 +18,4 @@ POSTGRES_PASSWORD=your_database_password
# If you need to serve the app using HTTP and HTTPS, change the following variable to 'never'
# Using HTTP is not recommended, as it is less secure and your passwords will be sent in plain text.
# Use with caution.
# HTTPS_REDIRECT_POLICY=always
HTTPS_REDIRECT_POLICY=always