Support default values for placeholders #3974
Labels
duplicate 🖇️
This issue or pull request already exists
feature ⚙️
New feature or request
good first issue 🐤
Good for newcomers
#3682 introduced support for env var defaults in
Caddyfile
, which is awesome! It would be nice to support default values inenv.*
placeholders too.For instance, I have the following use case:
The
MERCURE_TRANSPORT_URL
env var may contain sensitive data (such as passwords). Using runtime env var would be a bit more secure than the current situation where the content of the password is stored in the internal config, but it's currently not possible (AFAIK) because it's not possible to set a default value for these env vars.The text was updated successfully, but these errors were encountered: