vulcand
vulcand copied to clipboard
Allow configuration by environment variables
It would be great to be able to configure vulcand with environment variables that have similar names to the flags:
-etcd
or $VULCAND_ETCD
-port
or $VULCAND_PORT
Another use case for this is preventing the sensitive value of -sealKey
from appearing in the process list for non-root users.