FR: Use environment variables for configuration #529
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current Docker image goes for a hacky workaround in order to format environment variables into JSON. Whilst there are cleaner ways to accomplish this, it is still a hack. Resolving this would greatly simplify the entrypoint script. Example behavior below:
Current entrypoint nomenclature (
APP_CONFIGURATION_OPTION=value
) can be reused.I'm sure that would be great for the 2 people who use SNS via Docker, whilst requiring a complete rewrite of how the config system works. We have better things to do.