You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
I need to have HTTPS enabled for my prod server, but disabled on staging. So I tried this:
"https_only": "${HTTPS_ONLY}",
But it doesn't seem to work, which makes sense, since it becomes "https_only": "false", which is a truthy value. So there seems to be no way to inject a boolean value into this.
Am I missing a solution?
The text was updated successfully, but these errors were encountered:
I need to have HTTPS enabled for my prod server, but disabled on staging. So I tried this:
But it doesn't seem to work, which makes sense, since it becomes
"https_only": "false",
which is a truthy value. So there seems to be no way to inject a boolean value into this.Am I missing a solution?
The text was updated successfully, but these errors were encountered: